summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-07-25 14:06:03 +0000
committerFrancois Pons <fpons@mandriva.com>2003-07-25 14:06:03 +0000
commit1fb6aeeb613de62c81f7b7d59b0db0a35a38ed0d (patch)
treececfb217e5715b654a8aec3ff7c2e39c12a57668 /urpm.pm
parent748038565b47a7873b6d266f9993e4367a1327dd (diff)
downloadurpmi-1fb6aeeb613de62c81f7b7d59b0db0a35a38ed0d.tar
urpmi-1fb6aeeb613de62c81f7b7d59b0db0a35a38ed0d.tar.gz
urpmi-1fb6aeeb613de62c81f7b7d59b0db0a35a38ed0d.tar.bz2
urpmi-1fb6aeeb613de62c81f7b7d59b0db0a35a38ed0d.tar.xz
urpmi-1fb6aeeb613de62c81f7b7d59b0db0a35a38ed0d.zip
fixed bug 3436 (bad error message).
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/urpm.pm b/urpm.pm
index 9b61a1b4..ce13e92b 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -1160,7 +1160,8 @@ sub update_media {
#- mount everything necessary.
$urpm->try_mounting($options{force} < 2 && ($options{probe_with} || $medium->{with_hdlist}) ?
$with_hdlist_dir : $dir) or
- $urpm->{error}(N("unable to access medium \"%s\"", $medium->{name})), next;
+ $urpm->{error}(N("unable to access medium \"%s\",
+this could happen if you mounted manually the directory when creating the medium.", $medium->{name})), next;
#- try to probe for possible with_hdlist parameter, unless
#- it is already defined (and valid).