summaryrefslogtreecommitdiffstats
path: root/urpm/main_loop.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-02-27 10:53:14 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-02-27 10:53:14 +0000
commita37ac4885675defbdac79ed451105fce7eacfa85 (patch)
tree0b3f2b2abb9056b7371b7613104cb9591513408c /urpm/main_loop.pm
parentfa9c6fa00bffb310d3358a8ea63c6566acf924e9 (diff)
downloadurpmi-a37ac4885675defbdac79ed451105fce7eacfa85.tar
urpmi-a37ac4885675defbdac79ed451105fce7eacfa85.tar.gz
urpmi-a37ac4885675defbdac79ed451105fce7eacfa85.tar.bz2
urpmi-a37ac4885675defbdac79ed451105fce7eacfa85.tar.xz
urpmi-a37ac4885675defbdac79ed451105fce7eacfa85.zip
rename try_mounting_non_removable() into try_mounting_non_removables()
and create try_mounting_non_removable()
Diffstat (limited to 'urpm/main_loop.pm')
-rw-r--r--urpm/main_loop.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/main_loop.pm b/urpm/main_loop.pm
index 129a597a..b4dbff7c 100644
--- a/urpm/main_loop.pm
+++ b/urpm/main_loop.pm
@@ -51,7 +51,7 @@ unless ($local_sources || $list) {
my %sources = %$local_sources;
my %error_sources;
-urpm::removable::try_mounting_non_removable($urpm, $list);
+urpm::removable::try_mounting_non_removables($urpm, $list);
$callbacks->{pre_removable} and $callbacks->{pre_removable}->();
urpm::removable::copy_packages_of_removable_media($urpm,