From 4383fd792d9c6b2ed82435ce9ff33b1651e51a4d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 5 Mar 2001 16:29:56 +0000 Subject: (install_urpmi): have "use hdlist ..." in any case --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; -- cgit v1.2.1