File libreoffice-build-3.3.1.1-setup-native.diff of Package libreoffice-bootstrap
--- bin/unpack
+++ bin/unpack
@@ -289,7 +289,7 @@
fi
# ugly hack around odd positioning of this info
echo "Unpacking setup_native .txt pieces"
- ($OOO_DECOMPRESS_CMD $SRCDIR/setup_native_packinfo-3.3.0.2.tar.bz2 | $GNUTAR xf - ) || exit
+ ($OOO_DECOMPRESS_CMD $SRCDIR/setup_native_packinfo-3.3.1.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
--- download.in
+++ download.in
@@ -538,7 +538,7 @@
}
if ('@PIECE@' eq 'bootstrap') {
- source_file( 'setup_native_packinfo-3.3.0.2.tar.bz2' );
+ source_file( 'setup_native_packinfo-3.3.1.1.tar.bz2' );
}
if ('@OOOP_FONTS_PACK@' ne '') {