ooo-build r13725 - in trunk: . bin



Author: rodo
Date: Fri Aug 29 13:10:47 2008
New Revision: 13725
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13725&view=rev

Log:
2008-08-29  Radek Doulik  <rodo novell com>

	* bin/install-mono: link config files with right filename so that
	they get installed into the GAC



Modified:
   trunk/ChangeLog
   trunk/bin/install-mono

Modified: trunk/bin/install-mono
==============================================================================
--- trunk/bin/install-mono	(original)
+++ trunk/bin/install-mono	Fri Aug 29 13:10:47 2008
@@ -58,6 +58,11 @@
 	       basis-link/program/cli_oootypes.dll \
 	       ure/lib/cli_uno_bridge.dll \
 	       ure/lib/cli_ure.dll ; do
+	wrong_config_name=$OOINSTDIR/${dll/\.dll/\.config}
+	if [ -f ${wrong_config_name} ]
+	then
+		ln -sf ${wrong_config_name} $OOINSTDIR/$dll.config
+	fi
 	gacutil $gacutil_root -i $OOINSTDIR/$dll -package $OOOINSTALLDIRNAME || exit 0
 
 	# the original fixes are not longer needed



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