diff options
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index b8ea543b4..f6799bcec 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -419,6 +419,7 @@ sub install_urpmi { close FILES or log::l("parsehdlist failed"), return; close LIST; + $name =~ s/(\s)/\\$1 /g; $dir =~ s/(\s)/\\$1/g; #- necessary to change protect white char, for urpmi >= 1.40 $dir .= " with ../base/$_->{hdlist}" if $method =~ /ftp|http/; "$name $dir\n"; } values %$mediums; |