From 5426721c152f6579b403288c2ecb15dab4e20d08 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 9 Jan 2002 12:58:55 +0000 Subject: fix incomplete prefix for update mirror when adding an entry for urpmi. --- perl-install/crypto.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/crypto.pm') 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; } -- cgit v1.2.1