diff options
author | Francois Pons <fpons@mandriva.com> | 2002-02-21 09:46:19 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-02-21 09:46:19 +0000 |
commit | 11057069e61065490ee30e4b036a02a0d3fff5a7 (patch) | |
tree | 8e094c8bf42c1057579eed60da594bf48ac39a0e /perl-install/crypto.pm | |
parent | cd65e5e5d312d8ded628cea1d9cc899a34a5c9f7 (diff) | |
download | drakx-11057069e61065490ee30e4b036a02a0d3fff5a7.tar drakx-11057069e61065490ee30e4b036a02a0d3fff5a7.tar.gz drakx-11057069e61065490ee30e4b036a02a0d3fff5a7.tar.bz2 drakx-11057069e61065490ee30e4b036a02a0d3fff5a7.tar.xz drakx-11057069e61065490ee30e4b036a02a0d3fff5a7.zip |
fixed 8.1 release hard coded.
Diffstat (limited to 'perl-install/crypto.pm')
-rw-r--r-- | perl-install/crypto.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/crypto.pm b/perl-install/crypto.pm index 6ca002d0f..6c7d2ce5c 100644 --- a/perl-install/crypto.pm +++ b/perl-install/crypto.pm @@ -104,8 +104,7 @@ sub bestMirror { $possible[rand @possible]; } -#sub dir { $mirrors{$_[0]}[1] . '/' . $::VERSION } -sub dir { $mirrors{$_[0]}[1] . '/' . '8.1' } +sub dir { $mirrors{$_[0]}[1] . '/' . $::VERSION } sub ftp($) { ftp::new($_[0], dir($_[0])) } sub getFile { |