summaryrefslogtreecommitdiffstats
path: root/perl-install/crypto.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-01-09 12:58:55 +0000
committerFrancois Pons <fpons@mandriva.com>2002-01-09 12:58:55 +0000
commit5426721c152f6579b403288c2ecb15dab4e20d08 (patch)
tree927a514072269152550052ff93b68394a2fc6958 /perl-install/crypto.pm
parent3a1954a1e6e4b0c928b6adbc454718834d55c00d (diff)
downloaddrakx-5426721c152f6579b403288c2ecb15dab4e20d08.tar
drakx-5426721c152f6579b403288c2ecb15dab4e20d08.tar.gz
drakx-5426721c152f6579b403288c2ecb15dab4e20d08.tar.bz2
drakx-5426721c152f6579b403288c2ecb15dab4e20d08.tar.xz
drakx-5426721c152f6579b403288c2ecb15dab4e20d08.zip
fix incomplete prefix for update mirror when adding an entry for urpmi.
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;
}