[ooo-build-commit] bin/unpack download.in
Petr Mladek
pmladek at kemper.freedesktop.org
Thu Jun 18 02:25:13 PDT 2009
bin/unpack | 2 +-
download.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit cdd339c03340b37e5d9b46ebbd81b153fd1de564
Author: Petr Mladek <pmladek at suse.cz>
Date: Thu Jun 18 11:22:31 2009 +0200
Update prebuild cli dlls for ooo310-m13
* bin/unpack, download.in: update to ooo-cli-prebuilt-3.1.1.tar.bz2
diff --git a/bin/unpack b/bin/unpack
index 2661c19..39b713b 100755
--- a/bin/unpack
+++ b/bin/unpack
@@ -338,7 +338,7 @@ fi
# copy in misc Mono related dlls if we need to
# we can't build them on Unix.
-OOO_CLI_PREBUILT_ARCHIVE=ooo-cli-prebuilt-3.1.tar.bz2
+OOO_CLI_PREBUILT_ARCHIVE=ooo-cli-prebuilt-3.1.1.tar.bz2
if test "z$PIECE" = "z"; then
if test -f "$SRCDIR/$OOO_CLI_PREBUILT_ARCHIVE"; then
mkdir -p $OOBUILDDIR/external/cli
diff --git a/download.in b/download.in
index b6ba24b..8137564 100755
--- a/download.in
+++ b/download.in
@@ -277,7 +277,7 @@ if ('@BUILD_WIN32@' ne '')
else
{
if ('@ENABLE_MONO@' ne 'FALSE') {
- push @files, ( 'ooo-cli-prebuilt-3.1.tar.bz2' );
+ push @files, ( 'ooo-cli-prebuilt-3.1.1.tar.bz2' );
}
if ( $download_all ) {
push @files, ( "apache-ant-1.7.0-bin.tar.gz" );
More information about the ooo-build-commit
mailing list