diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-12-05 16:31:22 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-12-05 16:31:22 +0000 |
commit | 9af5aaec80a367447ebb202995ea607e8d800598 (patch) | |
tree | b47b35cf35c8feb21a5bfb5e5b8e89e4c559289b /urpm/media.pm | |
parent | a1e68ff6761fe316671e760785ce27e376053991 (diff) | |
download | urpmi-9af5aaec80a367447ebb202995ea607e8d800598.tar urpmi-9af5aaec80a367447ebb202995ea607e8d800598.tar.gz urpmi-9af5aaec80a367447ebb202995ea607e8d800598.tar.bz2 urpmi-9af5aaec80a367447ebb202995ea607e8d800598.tar.xz urpmi-9af5aaec80a367447ebb202995ea607e8d800598.zip |
not being able to access the medium directory (for a local medium) is an error!
Diffstat (limited to 'urpm/media.pm')
-rw-r--r-- | urpm/media.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |