[ooo-build-commit] .: bin/unpack download.in
Petr Mladek
pmladek at kemper.freedesktop.org
Wed May 12 04:31:05 PDT 2010
bin/unpack | 2 +-
download.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit f6f182d93a7565e8ef877dbb3596f48ba1297e15
Author: Petr Mladek <pmladek at suse.cz>
Date: Mon May 10 14:16:17 2010 +0200
Updated the prebuilt setup_native_packinfo to ooo320-m17
* bin/unpack:
* download.in: update tarball version
diff --git a/bin/unpack b/bin/unpack
index ceb16d7..2195fae 100755
--- a/bin/unpack
+++ b/bin/unpack
@@ -286,7 +286,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-m9.tar.bz2 | $GNUTAR xpf - ) || exit
+ ($OOO_DECOMPRESS_CMD $SRCDIR/setup_native_packinfo-ooo320-m17.tar.bz2 | $GNUTAR xpf - ) || exit
fi
fi
else
diff --git a/download.in b/download.in
index ed8dc55..4e860c3 100755
--- a/download.in
+++ b/download.in
@@ -453,7 +453,7 @@ if ( $download_all || ( '@OOO_LANGS@' ne '' && '@OOO_LANGS@' ne 'en-US' ) || '@B
}
if ('@PIECE@' eq 'bootstrap') {
- source_file( 'setup_native_packinfo-ooo320-m9.tar.bz2' );
+ source_file( 'setup_native_packinfo-ooo320-m17.tar.bz2' );
}
if ('@SYSTEM_LIBWPD@' eq 'NO') {
More information about the ooo-build-commit
mailing list