diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-12-17 16:57:26 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-12-17 16:57:26 +0000 |
commit | 7432c55c85312b4b59ea6d48e84cb2388888bc86 (patch) | |
tree | de5049eefc01df00b7faf9313a53a5f40034096e /edit-urpm-sources.pl | |
parent | 3adaa936c4ed339e8400d1131aaf5844c1990126 (diff) | |
download | rpmdrake-7432c55c85312b4b59ea6d48e84cb2388888bc86.tar rpmdrake-7432c55c85312b4b59ea6d48e84cb2388888bc86.tar.gz rpmdrake-7432c55c85312b4b59ea6d48e84cb2388888bc86.tar.bz2 rpmdrake-7432c55c85312b4b59ea6d48e84cb2388888bc86.tar.xz rpmdrake-7432c55c85312b4b59ea6d48e84cb2388888bc86.zip |
probe hdlists in all cases (why did I limit? dunno..)
Diffstat (limited to 'edit-urpm-sources.pl')
-rwxr-xr-x | edit-urpm-sources.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edit-urpm-sources.pl b/edit-urpm-sources.pl index 99009a1f..7b0cffaa 100755 --- a/edit-urpm-sources.pl +++ b/edit-urpm-sources.pl @@ -138,7 +138,7 @@ really want to replace it?"), yesno => 1) or return 0; $urpm->remove_selected_media; } add_medium_and_check($urpm, N("Please wait, adding medium..."), - { probe_with_hdlist => member($type, qw(removable local)) && $i{hdlist} eq '' }, + { probe_with_hdlist => $i{hdlist} eq '' }, $i{name}, $make_url{$type}, $i{hdlist}, update => $type eq 'security'); return 1; } |