From b06b2542f824a33d1d62d185eb41810a094225b5 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 2 Sep 2004 02:58:06 +0000 Subject: adapt to new mirror structure --- perl-install/install_any.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index b5d60d93c..508675b8e 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -841,9 +841,7 @@ sub install_urpmi { #- compute correctly reference to media/media_info my $with; if ($_->{update}) { - #- an update medium always use "../base/hdlist.cz"; - #- FIXME - $with = "../base/hdlist.cz"; + $with = "media_info/hdlist.cz"; } elsif ($_->{with_hdlist}) { $with = $_->{with_hdlist}; } else { -- cgit v1.2.1