ooo-build r11551 - trunk/bin



Author: pmladek
Date: Mon Feb 11 17:17:53 2008
New Revision: 11551
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11551&view=rev

Log:
2008-02-11  Petr Mladek  <pmladek suse cz>

	* bin/install-mono: fix regression caused by last commit



Modified:
   trunk/bin/install-mono

Modified: trunk/bin/install-mono
==============================================================================
--- trunk/bin/install-mono	(original)
+++ trunk/bin/install-mono	Mon Feb 11 17:17:53 2008
@@ -63,6 +63,7 @@
 	    file_list=`grep "^$OOINSTBASE/program/$dll$" $OODESTDIR/gid* | head -n 1 | cut -d: -f1`
 	    test -z "$file_list" && echo "Error: \"$OOINSTBASE/program/$dll\" has not found in any filelist" && exit 1;
 	    sed "s|^$OOINSTBASE/program/$dll$||" $file_list >$file_list.mono
+	    sed "s|^$OOINSTBASE/program/$dll.config$||" $file_list >$file_list.mono
 	    mv $file_list.mono $file_list
 	fi
     done



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