diff options
author | Francois Pons <fpons@mandriva.com> | 2001-02-05 12:47:42 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-02-05 12:47:42 +0000 |
commit | 66954e5745ec024402660d4a7559eaf7e7fc9ae2 (patch) | |
tree | a62244e4ead21866041f8489c09e393923656368 /perl-install/install_any.pm | |
parent | 5def8a49fdf652af9e53ef815bd494445c1d75e7 (diff) | |
download | drakx-66954e5745ec024402660d4a7559eaf7e7fc9ae2.tar drakx-66954e5745ec024402660d4a7559eaf7e7fc9ae2.tar.gz drakx-66954e5745ec024402660d4a7559eaf7e7fc9ae2.tar.bz2 drakx-66954e5745ec024402660d4a7559eaf7e7fc9ae2.tar.xz drakx-66954e5745ec024402660d4a7559eaf7e7fc9ae2.zip |
updated to use urpmi new format (change fakemedium to better label)
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; |