From 6177d90a2ada2717c8d0aed687dbbdc5cad6c5dd Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 27 Feb 2008 09:45:26 +0000 Subject: create separate function to mount iso --- urpm/media.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm/media.pm') diff --git a/urpm/media.pm b/urpm/media.pm index 2e8abb70..c8397efb 100644 --- a/urpm/media.pm +++ b/urpm/media.pm @@ -740,7 +740,7 @@ sub add_distrib_media { my $distribconf; if (my $dir = $url && file_from_local_url($url)) { - urpm::removable::try_mounting($urpm, $dir) + urpm::removable::try_mounting_($urpm, $dir) or $urpm->{error}(N("unable to mount the distribution medium")), return (); $distribconf = MDV::Distribconf->new($dir, undef); $distribconf->load -- cgit v1.2.1