ooo-build r11822 - in trunk: . bin



Author: pmladek
Date: Thu Mar  6 13:49:10 2008
New Revision: 11822
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11822&view=rev

Log:
2008-03-06  Petr Mladek  <pmladek suse cz>

	* bin/package-ooo: do not fail installation when building for
	  Mandriva distro without openclipart gallery; fixes the
	  installation problem for ZÃ <mmodem00 gmail com>



Modified:
   trunk/ChangeLog
   trunk/bin/package-ooo

Modified: trunk/bin/package-ooo
==============================================================================
--- trunk/bin/package-ooo	(original)
+++ trunk/bin/package-ooo	Thu Mar  6 13:49:10 2008
@@ -666,7 +666,7 @@
 		# Split out the gallery
 		rm -f gallery_list.txt
 		mv_file_between_flists gallery_list.txt common_list.txt "$OOINSTBASE/share/gallery.*"
-		cat galleries.txt >> gallery_list.txt
+		test -r galleries.txt && cat galleries.txt >> gallery_list.txt
 
 		# Split out dtd-officedocument1.0
 		rm -f dtd_list.txt



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