ooo-build r11552 - trunk/bin
- From: pmladek svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r11552 - trunk/bin
- Date: Tue, 12 Feb 2008 09:08:56 +0000 (GMT)
Author: pmladek
Date: Tue Feb 12 09:08:55 2008
New Revision: 11552
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11552&view=rev
Log:
2008-02-11 Petr Mladek <pmladek suse cz>
* bin/install-mono: one more regression caused by the yesterday's
hot-fix :-(
Modified:
trunk/bin/install-mono
Modified: trunk/bin/install-mono
==============================================================================
--- trunk/bin/install-mono (original)
+++ trunk/bin/install-mono Tue Feb 12 09:08:55 2008
@@ -62,8 +62,9 @@
if test -n "$OODESTDIR" ; then
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
+ sed -e "s|^$OOINSTBASE/program/$dll$||" \
+ -e "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]