ooo-build r14068 - trunk/bin
- From: pmladek svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r14068 - trunk/bin
- Date: Wed, 24 Sep 2008 19:05:33 +0000 (UTC)
Author: pmladek
Date: Wed Sep 24 19:05:33 2008
New Revision: 14068
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14068&view=rev
Log:
2008-09-24 Petr Mladek <pmladek suse cz>
* bin/unpack: missing changes in unpack (move the uncompressed
extensions sources in non-split build,...)
Modified:
trunk/bin/unpack
Modified: trunk/bin/unpack
==============================================================================
--- trunk/bin/unpack (original)
+++ trunk/bin/unpack Wed Sep 24 19:05:33 2008
@@ -57,7 +57,7 @@
if test "z$PIECE" != "z"; then
CORE_PKGS=$PIECE
else
- CORE_PKGS="sdk ure base calc l10n writer impress artwork filters testing bootstrap libs_gui libs_core libs_extern libs_extern_sys components postprocess"
+ CORE_PKGS="sdk ure base calc l10n writer impress artwork filters testing bootstrap libs_gui libs_core libs_extern libs_extern_sys components postprocess extensions"
fi
for pkg in $CORE_PKGS; do
check_tarball "$OOO_SPLIT_PREFIX$pkg.tar.bz2"
@@ -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]