From 94b94296398d072de3474dd12dca0090df4d963e Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 18 Apr 2003 11:50:46 +0000 Subject: make all CD as update (as it should have been to allow updates to be resolved). --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index aa3ef6a6f..b3cfbd83c 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -608,7 +608,7 @@ sub install_urpmi { hdlist: hdlist.$name.cz with_hdlist: ../base/" . ($_->{update} ? "hdlist.cz" : $_->{hdlist}) . ($need_list ? " list: list.$name" : "") . ($dir =~ /removable:/ && " - removable: /dev/cdrom") . ($_->{update} && " + removable: /dev/cdrom") . (" update") . " } -- cgit v1.2.1