summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--urpm.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm.pm b/urpm.pm
index a910dd8c..bb95b1e0 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -1389,7 +1389,7 @@ this could happen if you mounted manually the directory when creating the medium
my $error;
#- try to probe for possible with_hdlist parameter, unless
#- it is already defined (and valid).
- if ($options->{probe_with} && (!$medium->{with_hdlist} || ! -e "$dir/$medium->{with_hdlist}")) {
+ if ($options->{probe_with} && !$medium->{with_hdlist}) {
foreach (_probe_with_try_list($medium->{url}, $options->{probe_with})) {
-e "$dir/$_" or next;
if (file_size("$dir/$_") > 32) {