summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2011-03-04 20:31:38 +0100
committerPetr Mladek <pmladek@suse.cz>2011-03-04 20:31:38 +0100
commit2436d0ece6cff6c5bacdadc93baf8f6af35c0f15 (patch)
tree0b0ab7228f92733c1dc3fc76e28712ca04b66d7d
parent7e808ad72a92015b1e8904a605d9d9711b534caf (diff)
update setup_native_packinfo for the split build
does not affect normal build => need not be signed off
-rwxr-xr-xbin/unpack2
-rwxr-xr-xdownload.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/unpack b/bin/unpack
index 9ed3ff1f3..d0474d638 100755
--- a/bin/unpack
+++ b/bin/unpack
@@ -289,7 +289,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-3.3.1.1.tar.bz2 | $GNUTAR xf - ) || exit
+ ($OOO_DECOMPRESS_CMD $SRCDIR/setup_native_packinfo-3.3.2.1.tar.bz2 | $GNUTAR xf - ) || exit
# hack to patch new files in the root dir
if test "z$PIECE" = "zbootstrap" ; then
touch $OOBUILDDIR/boost.m4
diff --git a/download.in b/download.in
index b8f3e1392..03cced898 100755
--- a/download.in
+++ b/download.in
@@ -538,7 +538,7 @@ if ( $download_all || ( '@OOO_LANGS@' ne '' && '@OOO_LANGS@' ne 'en-US' ) || '@B
}
if ('@PIECE@' eq 'bootstrap') {
- source_file( 'setup_native_packinfo-3.3.1.1.tar.bz2' );
+ source_file( 'setup_native_packinfo-3.3.2.1.tar.bz2' );
}
if ('@OOOP_FONTS_PACK@' ne '') {