From b03d4fcb233f2a7783af2d9ad6c85e16e7d7403b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 26 Feb 2008 19:41:07 +0000 Subject: oops, revert previous commit --- urpm/removable.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'urpm/removable.pm') diff --git a/urpm/removable.pm b/urpm/removable.pm index 55078103..0298e083 100644 --- a/urpm/removable.pm +++ b/urpm/removable.pm @@ -91,7 +91,8 @@ sub _check_notfound { my $dir_ = file_from_local_url($_) or next; $dir_ =~ m!/.*/! or next; #- is this really needed?? if (!$dir) { - try_mounting($urpm, $dir_, $removable); + $dir = $dir_; + try_mounting($urpm, $dir, $removable); } -r $dir_ or return 1; } -- cgit v1.2.1