summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-03-05 16:29:56 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-03-05 16:29:56 +0000
commit4383fd792d9c6b2ed82435ce9ff33b1651e51a4d (patch)
tree76fb6b43d3b0f6d61d1220605bf666c27b04ae4b /perl-install/install_any.pm
parentca80649a749ea9d0a86ef516f9686733afb5ad07 (diff)
downloaddrakx-backup-do-not-use-4383fd792d9c6b2ed82435ce9ff33b1651e51a4d.tar
drakx-backup-do-not-use-4383fd792d9c6b2ed82435ce9ff33b1651e51a4d.tar.gz
drakx-backup-do-not-use-4383fd792d9c6b2ed82435ce9ff33b1651e51a4d.tar.bz2
drakx-backup-do-not-use-4383fd792d9c6b2ed82435ce9ff33b1651e51a4d.tar.xz
drakx-backup-do-not-use-4383fd792d9c6b2ed82435ce9ff33b1651e51a4d.zip
(install_urpmi): have "use hdlist ..." in any case
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm2
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 };