ooo-build r14496 - in trunk: . bin



Author: tml
Date: Thu Nov 13 15:22:07 2008
New Revision: 14496
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14496&view=rev

Log:
2008-11-13  Tor Lillqvist  <tml novell com>

	* bin/unpack: Add a clearly missing -f from a test command.



Modified:
   trunk/ChangeLog
   trunk/bin/unpack

Modified: trunk/bin/unpack
==============================================================================
--- trunk/bin/unpack	(original)
+++ trunk/bin/unpack	Thu Nov 13 15:22:07 2008
@@ -213,7 +213,7 @@
      echo "Unpacking $OOO_SDK_OO_TARBALL"
       ($OOO_DECOMPRESS_CMD $SRCDIR/$OOO_SDK_OO_TARBALL | $GNUTAR xpf - )
   fi
-  if test $SRCDIR/$OOO_EXTENSIONS_TARBALL; then
+  if test -f $SRCDIR/$OOO_EXTENSIONS_TARBALL; then
      echo "Unpacking $OOO_EXTENSIONS_TARBALL..."
       ($OOO_DECOMPRESS_CMD $SRCDIR/$OOO_EXTENSIONS_TARBALL | $GNUTAR xpf - )
   fi



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