From 998267bf3474332c853e312d4a718e81a06c2980 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 12 Mar 2002 13:46:43 +0000 Subject: added fix to support update hdlist renaming (ie hdlist of update are always hdlist.cz). --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index be9cef216..575183b2a 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -540,7 +540,7 @@ sub install_urpmi { #- output new urpmi.cfg format here. "$qname " . ($dir !~ /^(ftp|http)/ && $qdir) . " { hdlist: hdlist.$name.cz - with_hdlist: ../base/$_->{hdlist} + with_hdlist: ../base/" . ($_->{update} ? "hdlist.cz" : $_->{hdlist}) . " list: list.$name" . ($dir =~ /removable:/ && " removable: /dev/cdrom") . ($_->{update} && " update") . " -- cgit v1.2.1