diff options
-rw-r--r-- | perl-install/install_any.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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" : ""). " } "; |