[ooo-build-commit] .: download.in
Petr Mladek
pmladek at kemper.freedesktop.org
Tue Sep 28 09:32:37 PDT 2010
download.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit b7e8f3a05dd276075fcf7759807e38f02c2f2580
Author: Petr Mladek <pmladek at suse.cz>
Date: Tue Sep 28 18:31:46 2010 +0200
fix errors printed by download
diff --git a/download.in b/download.in
index 2737f82..e6275f2 100755
--- a/download.in
+++ b/download.in
@@ -59,7 +59,7 @@ sub webget($$$$)
} else {
# normal file, easy go
print "Get $src -> $dest/$name\n";
- my $result = system( "cd $dest ; $WGET \"$src\" $save_as" );
+ $result = system( "cd $dest ; $WGET \"$src\" $save_as" );
}
return ( $result == 0 );
@@ -94,8 +94,8 @@ sub download_tests_dependencies() {
'http:\/\/.*' => '',
'binutils-.*' => '@MIRROR@/support',
'gcc-.*' => '@MIRROR@/support',
- 'libreoffice-.*-3.2.9.*' => 'http://download.documentfoundation.org/libreoffice/src/',
- 'libreoffice-.*-3.3.0.*' => 'http://download.documentfoundation.org/libreoffice/src/',
+ 'libreoffice-.*-3\.2\.9.*' => 'http://download.documentfoundation.org/libreoffice/src/',
+ 'libreoffice-.*-3\.3\.0.*' => 'http://download.documentfoundation.org/libreoffice/src/',
'beb300-m.*' => '@MIRROR@/BEB300',
'dev300-m.*' => '@MIRROR@/DEV300',
'ooo300-m.*' => '@MIRROR@/OOO300',
More information about the ooo-build-commit
mailing list