ooo-build r11829 - in trunk: . bin



Author: pmladek
Date: Thu Mar  6 17:58:40 2008
New Revision: 11829
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11829&view=rev

Log:
2008-03-06  ZÃ <mmodem00 gmail com>

	* ooo-build/bin/package-ooo: add missing absolute paths in the
	  Mandriva specific part



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

Modified: trunk/bin/package-ooo
==============================================================================
--- trunk/bin/package-ooo	(original)
+++ trunk/bin/package-ooo	Thu Mar  6 17:58:40 2008
@@ -654,14 +654,12 @@
 		remove_file draw_list.txt $OOINSTBASE/program/libsvgfilter680l?.so
 
 		# And these are in -draw package
-		# FIXME: Fill the paths
-		mv_file_between_flists draw_list.txt common_list.txt fcfg_drawgraphics_filters.xcu
-		mv_file_between_flists draw_list.txt common_list.txt fcfg_drawgraphics_types.xcu
+		mv_file_between_flists draw_list.txt common_list.txt $OOINSTBASE/share/registry/modules/org/openoffice/TypeDetection/Filter/fcfg_drawgraphics_filters.xcu
+		mv_file_between_flists draw_list.txt common_list.txt $OOINSTBASE/share/registry/modules/org/openoffice/TypeDetection/Filter/fcfg_drawgraphics_types.xcu
 
 		# And these are in -impress package
-		# FIXME: Fill the paths
-		mv_file_between_flists impress_list.txt common_list.txt fcfg_impressgraphics_filters.xcu
-		mv_file_between_flists impress_list.txt common_list.txt fcfg_impressgraphics_types.xcu
+		mv_file_between_flists impress_list.txt common_list.txt $OOINSTBASE/share/registry/modules/org/openoffice/TypeDetection/Filter/fcfg_impressgraphics_filters.xcu
+		mv_file_between_flists impress_list.txt common_list.txt $OOINSTBASE/share/registry/modules/org/openoffice/TypeDetection/Types/fcfg_impressgraphics_types.xcu
 
 		# Split out the gallery
 		rm -f gallery_list.txt



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