From a689a6b2a9b7fa7dba0e840d9991193f8f1eec4e Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 5 Oct 2004 11:22:53 +0000 Subject: Further normalization of updates directories. --- perl-install/crypto.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'perl-install/crypto.pm') diff --git a/perl-install/crypto.pm b/perl-install/crypto.pm index 880b94c90..8e39c22ff 100644 --- a/perl-install/crypto.pm +++ b/perl-install/crypto.pm @@ -67,7 +67,6 @@ sub mirrors { my $qu = quotemeta $_; $url =~ /\.$qu(?:\..*)?$/ and $land = $url2land{$_}; } - $dir =~ s!/main$!!; $mirrors{$url} = [ $land, $dir . $sub_dir ]; } http::getFile('/XXX'); #- close connection. @@ -147,8 +146,7 @@ sub getPackages { #- extract hdlist of crypto, then depslist. require pkgs; - my $update_medium = pkgs::psUsingHdlist($prefix, 'ftp', $packages, "hdlist-updates.cz", "1u", - $::o->{distro_type} =~ /cooker|community/ ? "main" : "", + my $update_medium = pkgs::psUsingHdlist($prefix, 'ftp', $packages, "hdlist-updates.cz", "1u", "", "Updates for Mandrakelinux " . version(), 1, $fhdlist, $pubkey); if ($update_medium) { log::l("read updates hdlist"); -- cgit v1.2.1