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

Petr Mladek pmladek at kemper.freedesktop.org
Sun Dec 20 09:57:31 PST 2009


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

New commits:
commit f9ceab291a124ca532d2a8f04ad053220b2a33cb
Author: Petr Mladek <pmladek at suse.cz>
Date:   Sun Dec 20 18:56:29 2009 +0100

    Updated the prebuilt setup_native_packinfo to ooo320-m8
    
    * bin/unpack: update prebuilt setup_native_packinfo to ooo320-m8
    * download.in: update prebuilt setup_native_packinfo to ooo320-m8

diff --git a/bin/unpack b/bin/unpack
index 97acdb2..eb4af07 100755
--- a/bin/unpack
+++ b/bin/unpack
@@ -266,7 +266,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-m2.tar.bz2 | $GNUTAR xpf - ) || exit
+            ($OOO_DECOMPRESS_CMD $SRCDIR/setup_native_packinfo-ooo320-m8.tar.bz2 | $GNUTAR xpf - ) || exit
 	fi
     fi
 else
diff --git a/download.in b/download.in
index d3b505f..eab2fa4 100755
--- a/download.in
+++ b/download.in
@@ -437,7 +437,7 @@ if ( $download_all || ( '@OOO_LANGS@' ne '' && '@OOO_LANGS@' ne 'en-US' ) || '@B
 }
 
 if ('@PIECE@' eq 'bootstrap') {
-   source_file( 'setup_native_packinfo-ooo320-m2.tar.bz2' );
+   source_file( 'setup_native_packinfo-ooo320-m8.tar.bz2' );
 }
 
 if ('@GRAPHITE_SRC@' ne '') {


More information about the ooo-build-commit mailing list