ooo-build r12484 - in trunk: . bin
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r12484 - in trunk: . bin
- Date: Wed, 7 May 2008 10:13:40 +0100 (BST)
Author: tml
Date: Wed May 7 09:13:40 2008
New Revision: 12484
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12484&view=rev
Log:
2008-05-07 Tor Lillqvist <tml novell com>
* bin/unpack: Fix syntax error in the Win32 part that copies the
prebuilt Mozilla zip files.
Modified:
trunk/ChangeLog
trunk/bin/unpack
Modified: trunk/bin/unpack
==============================================================================
--- trunk/bin/unpack (original)
+++ trunk/bin/unpack Wed May 7 09:13:40 2008
@@ -288,11 +288,11 @@
MOZILLA_PREBUILT_RUNTIME='WNTMSCIruntime.zip'
if test -f $OOBUILDDIR/moz/zipped/$MOZILLA_PREBUILT_INC -a \
- -f $OOBUILDDIR/moz/zipped/$MOZILLA_PREBUILT_LIB -a
+ -f $OOBUILDDIR/moz/zipped/$MOZILLA_PREBUILT_LIB -a \
-f $OOBUILDDIR/moz/zipped/$MOZILLA_PREBUILT_RUNTIME; then
echo "Already have the prebuilt Mozilla zip files";
else
- $echo_n "Installing prebuilt Mozilla $echo_c"
+ $echo_n "Installing prebuilt Mozilla zip files $echo_c"
$GNUCP -f $TOOLSDIR/src/$MOZILLA_PREBUILT_INC $OOBUILDDIR/moz/zipped || exit 1;
$GNUCP -f $TOOLSDIR/src/$MOZILLA_PREBUILT_LIB $OOBUILDDIR/moz/zipped || exit 1;
$GNUCP -f $TOOLSDIR/src/$MOZILLA_PREBUILT_RUNTIME $OOBUILDDIR/moz/zipped || exit 1;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]