ooo-build r13945 - in trunk: . bin



Author: pmladek
Date: Thu Sep 18 13:07:13 2008
New Revision: 13945
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13945&view=rev

Log:
2008-09-18  Petr Mladek  <pmladek suse cz>

	* bin/package-ooo: fixed the mono package file list for 3-layer OOo



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

Modified: trunk/bin/package-ooo
==============================================================================
--- trunk/bin/package-ooo	(original)
+++ trunk/bin/package-ooo	Thu Sep 18 13:07:13 2008
@@ -702,7 +702,11 @@
 	rm -f mono_list.txt
 	mv_file_between_flists mono_list.txt common_list.txt $OOINSTBASE/basis$VERSION/program/cli_.*.dll
 	mv_file_between_flists mono_list.txt common_list.txt $OOINSTBASE/basis$VERSION/program/cli_.*.dll.config
-	mv_file_between_flists mono_list.txt common_list.txt $OOINSTBASE/basis$VERSION/program/libcli_.*.so
+	mv_file_between_flists mono_list.txt common_list.txt $OOINSTBASE/basis$VERSION/program/policy.*.cli_.*.dll
+	mv_file_between_flists mono_list.txt common_list.txt $OOINSTBASE/ure/lib/cli_.*.dll
+	mv_file_between_flists mono_list.txt common_list.txt $OOINSTBASE/ure/lib/cli_.*.dll.config
+	mv_file_between_flists mono_list.txt common_list.txt $OOINSTBASE/ure/lib/policy.*.cli_.*.dll
+	mv_file_between_flists mono_list.txt common_list.txt $OOINSTBASE/ure/lib/libcli_.*.so
 	add_used_directories mono_list.txt common_list.txt
 	# add the files from GAC if it was installed
 	test -f mono_gac && cat mono_gac >>mono_list.txt



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