From 016f7fe2c9d26c5b19ff707225029d014c89a1e9 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 18 Jan 2002 11:07:57 +0000 Subject: add update flag for urpmi medium. --- perl-install/install_any.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 5c797d1a0..7e8807b8d 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -558,7 +558,8 @@ sub install_urpmi { hdlist: hdlist.$name.cz with_hdlist: ../base/$_->{hdlist} list: list.$name" . ($dir =~ /removable:/ && " - removable: /dev/cdrom") . " + removable: /dev/cdrom") . ($_->{update} && " + update") . " } "; -- cgit v1.2.1