ooo-build r14006 - in branches/ooo-build-3-0: . bin



Author: rengelhard
Date: Mon Sep 22 16:06:09 2008
New Revision: 14006
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14006&view=rev

Log:
2008-09-22  Rene Engelhard  <rene debian org>

        * bin/unpack: don't try to unpack extensions two times with split
          tarballs (second time into unused dir)


Modified:
   branches/ooo-build-3-0/ChangeLog
   branches/ooo-build-3-0/bin/unpack

Modified: branches/ooo-build-3-0/bin/unpack
==============================================================================
--- branches/ooo-build-3-0/bin/unpack	(original)
+++ branches/ooo-build-3-0/bin/unpack	Mon Sep 22 16:06:09 2008
@@ -213,10 +213,10 @@
      echo "Unpacking $OOO_SDK_OO_TARBALL"
       ($OOO_DECOMPRESS_CMD $SRCDIR/$OOO_SDK_OO_TARBALL | $GNUTAR xpf - )
   fi
-fi
-if test $SRCDIR/$OOO_EXTENSIONS_TARBALL; then
-   echo "Unpacking $OOO_EXTENSIONS_TARBALL..."
-    ($OOO_DECOMPRESS_CMD $SRCDIR/$OOO_EXTENSIONS_TARBALL | $GNUTAR xpf - )
+  if test $SRCDIR/$OOO_EXTENSIONS_TARBALL; then
+     echo "Unpacking $OOO_EXTENSIONS_TARBALL..."
+      ($OOO_DECOMPRESS_CMD $SRCDIR/$OOO_EXTENSIONS_TARBALL | $GNUTAR xpf - )
+  fi
 fi
 
 if test "$ENABLE_CCACHE" = "yes" ; then



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