[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] LibreOffice packaging repository branch, debian-experimental-3.6, updated. libreoffice_3.5.2-6-58-g7a208db



The following commit has been merged in the debian-experimental-3.6 branch:
commit 160901fd12429345c2b5d5c6222702cf8ec1ebc2
Author: Rene Engelhard <rene@debian.org>
Date:   Thu May 3 15:23:36 2012 +0200

    fix libreoffice-xsltfilter.desktop install

diff --git a/scripts/gid2pkgdirs.sh b/scripts/gid2pkgdirs.sh
index 382e261..37a258f 100755
--- a/scripts/gid2pkgdirs.sh
+++ b/scripts/gid2pkgdirs.sh
@@ -66,6 +66,7 @@ mv ./usr/share/mimelnk/application/* \
 #done
 for i in ./usr/share/applications/*.desktop; do \
 	if [ "`basename $i`" = "libreoffice-startcenter.desktop" ]; then p=libreoffice-common; \
+	elif [ "`basename $i`" = "libreoffice-xsltfilter.desktop" ]; then p=libreoffice-common; \
 	elif [ "`basename $i`" = "libreoffice-binfilter.desktop" ]; then p=libreoffice-filter-binfilter; else \
 	p=`basename $i .desktop`; fi
 	mkdir -p pkg/$p/usr/share/applications

-- 
LibreOffice packaging repository


Reply to: