diff options
author | Francois Pons <fpons@mandriva.com> | 2002-01-04 17:34:35 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-01-04 17:34:35 +0000 |
commit | 883e070b411abc63e7ab89efe88cbc51e320c139 (patch) | |
tree | 803ac0cfd45a815699b4f69f04d79b6a9776f7de /perl-install/pkgs.pm | |
parent | 6ea016b32d565af4c2be937295792089aeb56d9d (diff) | |
download | drakx-883e070b411abc63e7ab89efe88cbc51e320c139.tar drakx-883e070b411abc63e7ab89efe88cbc51e320c139.tar.gz drakx-883e070b411abc63e7ab89efe88cbc51e320c139.tar.bz2 drakx-883e070b411abc63e7ab89efe88cbc51e320c139.tar.xz drakx-883e070b411abc63e7ab89efe88cbc51e320c139.zip |
allow to use same identifier for security medium (1u).
re-install urpmi.
allow some error to be catched.
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r-- | perl-install/pkgs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index 9110d403d..e8dd9fac2 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -417,7 +417,7 @@ sub psUsingHdlist { log::l("trying to read $hdlist for medium $medium"); #- if the medium already exist, use it. - $packages->{mediums}{$medium} and return; + $packages->{mediums}{$medium} and return $packages->{mediums}{$medium}; my $m = $packages->{mediums}{$medium} = { hdlist => $hdlist, method => $method, |