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

./packages/openofficeorg/3.1/experimental r1368: fix broffice.org ooo-starcenter.desktop diversioN



------------------------------------------------------------
revno: 1368
committer: Rene Engelhard <rene@debian.org>
branch nick: 31
timestamp: Sat 2008-12-27 02:18:56 +0100
message:
  fix broffice.org ooo-starcenter.desktop diversioN
modified:
  rules
=== modified file 'rules'
--- a/rules	2008-12-26 23:23:08 +0000
+++ b/rules	2008-12-27 01:18:56 +0000
@@ -2516,7 +2516,8 @@
 		fi; \
 	done
 	for i in writer calc draw impress math base startcenter; do \
-		cat $(PKGDIR)-$$i/usr/share/applications/ooo-$$i.desktop \
+		if [ "$$i" = "startcenter" ]; then d=common; else d=$$i; fi; \
+		cat $(PKGDIR)-$$d/usr/share/applications/ooo-$$i.desktop \
 			| sed -e "s/ooff/broff/" | sed -e "s/OpenO/BrO/" \
 			> debian/broffice.org$(VER)/usr/share/applications/ooo-$$i.desktop; \
 	done


Reply to: