summaryrefslogtreecommitdiffstats
path: root/perl-install/crypto.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-02-21 09:47:00 +0000
committerFrancois Pons <fpons@mandriva.com>2002-02-21 09:47:00 +0000
commit7372ecc4aec96baad983c44b923654c2b052ef7a (patch)
treea13c1a757ab9ef1e05194215943f81f0a0ef054d /perl-install/crypto.pm
parent11057069e61065490ee30e4b036a02a0d3fff5a7 (diff)
downloaddrakx-7372ecc4aec96baad983c44b923654c2b052ef7a.tar
drakx-7372ecc4aec96baad983c44b923654c2b052ef7a.tar.gz
drakx-7372ecc4aec96baad983c44b923654c2b052ef7a.tar.bz2
drakx-7372ecc4aec96baad983c44b923654c2b052ef7a.tar.xz
drakx-7372ecc4aec96baad983c44b923654c2b052ef7a.zip
fixed another not seen 8.1 reference in label.
Diffstat (limited to 'perl-install/crypto.pm')
-rw-r--r--perl-install/crypto.pm3
1 files changed, 1 insertions, 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);