[Libreoffice-commits] .: Branch 'libreoffice-3-3' - solenv/bin

Petr Mladek pmladek at kemper.freedesktop.org
Thu Nov 4 07:33:52 PDT 2010


 solenv/bin/modules/installer/download.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e45385b0fb2339738ce07c8cd6985c55b522e557
Author: Petr Mladek <pmladek at suse.cz>
Date:   Thu Nov 4 15:25:20 2010 +0100

    better name directory with download tarballs

diff --git a/solenv/bin/modules/installer/download.pm b/solenv/bin/modules/installer/download.pm
index b7f01ff..8e70bbb 100644
--- a/solenv/bin/modules/installer/download.pm
+++ b/solenv/bin/modules/installer/download.pm
@@ -1951,7 +1951,7 @@ sub create_download_sets
     my $lastdir = $installationdir;
     installer::pathanalyzer::make_absolute_filename_to_relative_filename(\$lastdir);
 
-    if ( $lastdir =~ /\./ ) { $lastdir =~ s/\./_download_inprogress\./ }
+    if ( $installer::globals::iswindowsbuild && $lastdir =~ /\./ ) { $lastdir =~ s/\./_download_inprogress\./ }
     else { $lastdir = $lastdir . "_download_inprogress"; }
 
     # removing existing directory "_native_packed_inprogress" and "_native_packed_witherror" and "_native_packed"


More information about the Libreoffice-commits mailing list