diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-03-05 16:29:56 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-03-05 16:29:56 +0000 |
commit | 4383fd792d9c6b2ed82435ce9ff33b1651e51a4d (patch) | |
tree | 76fb6b43d3b0f6d61d1220605bf666c27b04ae4b /perl-install | |
parent | ca80649a749ea9d0a86ef516f9686733afb5ad07 (diff) | |
download | drakx-4383fd792d9c6b2ed82435ce9ff33b1651e51a4d.tar drakx-4383fd792d9c6b2ed82435ce9ff33b1651e51a4d.tar.gz drakx-4383fd792d9c6b2ed82435ce9ff33b1651e51a4d.tar.bz2 drakx-4383fd792d9c6b2ed82435ce9ff33b1651e51a4d.tar.xz drakx-4383fd792d9c6b2ed82435ce9ff33b1651e51a4d.zip |
(install_urpmi): have "use hdlist ..." in any case
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index d97c5da1d..aa31f1489 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -435,7 +435,7 @@ sub install_urpmi { 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/; + $dir .= " with ../base/$_->{hdlist}"; "$name $dir\n"; } values %$mediums; eval { output "$prefix/etc/urpmi/urpmi.cfg", @cfg }; |