summaryrefslogtreecommitdiffstats
path: root/perl-install/crypto.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/crypto.pm')
-rw-r--r--perl-install/crypto.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/crypto.pm b/perl-install/crypto.pm
index 4d9033e28..a91010ca5 100644
--- a/perl-install/crypto.pm
+++ b/perl-install/crypto.pm
@@ -126,7 +126,7 @@ sub getPackages {
"Updates for Mandrake Linux 8.1", 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} = dir($mirror);
+ $update_medium->{prefix} = "ftp://$mirror" . dir($mirror);
return $update_medium;
}