From 9af5aaec80a367447ebb202995ea607e8d800598 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 5 Dec 2007 16:31:22 +0000 Subject: not being able to access the medium directory (for a local medium) is an error! --- urpm/media.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urpm/media.pm b/urpm/media.pm index 363fe860..e2cca5e2 100644 --- a/urpm/media.pm +++ b/urpm/media.pm @@ -1371,7 +1371,7 @@ sub _update_medium__parse_if_unmodified__local { #- in case of an iso image, pass its name urpm::removable::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})), return 'unmodified'; +this could happen if you mounted manually the directory when creating the medium.", $medium->{name})), return; } #- try to probe for possible with_hdlist parameter, unless -- cgit v1.2.1