diff options
-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 033a87fc6..5f22e1500 100644 --- a/perl-install/crypto.pm +++ b/perl-install/crypto.pm @@ -94,9 +94,8 @@ sub mirrors { $f = \*DATA; } else { #- contact the following URL to retrieve the list of mirrors. - #- http://www.linux-mandrake.com/mirrorsfull.list require http; - $f = http::getFile("http://www.linux-mandrake.com/mirrorsfull.list"); + $f = http::getFile("http://www.mandrivalinux.com/mirrorsfull.list"); } local $SIG{ALRM} = sub { die "timeout" }; |