summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm.pm b/urpm.pm
index 3e44c788..8eab9de6 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -1261,7 +1261,7 @@ sub _update_medium_first_pass__local {
#- in case of an iso image, pass its name
is_iso($medium->{removable}) && $medium->{removable},
) or $urpm->{error}(N("unable to access medium \"%s\",
-this could happen if you mounted manually the directory when creating the medium.", $medium->{name})), next;
+this could happen if you mounted manually the directory when creating the medium.", $medium->{name})), return 'unmodified';
#- try to probe for possible with_hdlist parameter, unless
#- it is already defined (and valid).