From 557181c1dbaf05da40a3f26c6351a60f6b72027c Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 16 Sep 2003 11:48:09 +0000 Subject: removing update media tag (except for update medium) --- perl-install/install_any.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index a38712007..6032d5a31 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -585,8 +585,8 @@ sub install_urpmi { with_hdlist: $with" . ($need_list ? " list: list.$name" : "") . (keys(%{$_->{key_ids}}) ? " key-ids: " . join(',', keys(%{$_->{key_ids}})) : "") . ($dir =~ /removable:/ && " - removable: /dev/cdrom") . " - update" . " + removable: /dev/cdrom") . ($_->{update} ? " + update" : ""). " } "; -- cgit v1.2.1