[ooo-build-commit] bin/unpack download.in

Petr Mladek pmladek at kemper.freedesktop.org
Tue Nov 24 04:40:54 PST 2009


 bin/unpack  |    2 +-
 download.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d86382c7b4aa181cbecf23294843864c5d488c4b
Author: Petr Mladek <pmladek at suse.cz>
Date:   Tue Nov 24 13:38:16 2009 +0100

    Update the prebuilt setup_native_packinfo for split build
    
    * bin/unpack, download.in: update to setup_native_packinfo-ooo320-m2.tar.bz2

diff --git a/bin/unpack b/bin/unpack
index 60bd0ed..8fe67f4 100755
--- a/bin/unpack
+++ b/bin/unpack
@@ -272,7 +272,7 @@ if test "z$OOO_GIT" = "z" ; then
             fi
             # ugly hack around odd positioning of this info
             echo "Unpacking setup_native .txt pieces"
-            ($OOO_DECOMPRESS_CMD $SRCDIR/setup_native_packinfo-ooo320-m1.tar.bz2 | $GNUTAR xpf - ) || exit
+            ($OOO_DECOMPRESS_CMD $SRCDIR/setup_native_packinfo-ooo320-m2.tar.bz2 | $GNUTAR xpf - ) || exit
 	fi
     fi
 else
diff --git a/download.in b/download.in
index 0a10cee..232ac90 100755
--- a/download.in
+++ b/download.in
@@ -431,7 +431,7 @@ if ( $download_all || ( '@OOO_LANGS@' ne '' && '@OOO_LANGS@' ne 'en-US' ) || '@B
 }
 
 if ('@PIECE@' eq 'bootstrap') {
-   source_file( 'setup_native_packinfo-ooo320-m1.tar.bz2' );
+   source_file( 'setup_native_packinfo-ooo320-m2.tar.bz2' );
 }
 
 if ('@GRAPHITE_SRC@' ne '') {


More information about the ooo-build-commit mailing list