From 7372ecc4aec96baad983c44b923654c2b052ef7a Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 21 Feb 2002 09:47:00 +0000 Subject: fixed another not seen 8.1 reference in label. --- perl-install/crypto.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/perl-install/crypto.pm b/perl-install/crypto.pm index 6c7d2ce5c..27f1914b7 100644 --- a/perl-install/crypto.pm +++ b/perl-install/crypto.pm @@ -131,8 +131,7 @@ sub getPackages { #- extract hdlist of crypto, then depslist. require pkgs; my $update_medium = pkgs::psUsingHdlist($prefix, 'ftp', $packages, "hdlist-updates.cz", "1u", "RPMS", - #"Updates for Mandrake Linux $::VERSION", 1, getFile("base/hdlist.cz", $mirror)) and - "Updates for Mandrake Linux 8.1", 1, getFile("base/hdlist.cz", $mirror)) and + "Updates for Mandrake Linux $::VERSION", 1, getFile("base/hdlist.cz", $mirror)) and log::l("read updates hdlist"); #- keep in mind where is the URL prefix used according to mirror (for install_any::install_urpmi). $update_medium->{prefix} = "ftp://$mirror" . dir($mirror); -- cgit v1.2.1