do not conflict with /usr/share/mime/packages/libreoffice.xml (fdo#36551)

This commit is contained in:
Petr Mladek 2011-05-06 20:34:43 +02:00
parent bc9fc1d239
commit 65aea4659a

View file

@ -110,8 +110,8 @@ if test "${PREFIX}" != libreoffice${PRODUCTVERSION} ; then
fi
mkdir -p ${DESTDIR}/usr/share/mime/packages
cp openoffice.org.xml ${DESTDIR}/usr/share/mime/packages/libreoffice.xml
chmod 0644 ${DESTDIR}/usr/share/mime/packages/libreoffice.xml
cp openoffice.org.xml ${DESTDIR}/usr/share/mime/packages/libreoffice${PRODUCTVERSION}.xml
chmod 0644 ${DESTDIR}/usr/share/mime/packages/libreoffice${PRODUCTVERSION}.xml
mkdir -p ${DESTDIR}/usr/share/applications
for i in `cat launcherlist`; do