From 177e317f4a5a57ca27b13cea579704edd1f62e28 Mon Sep 17 00:00:00 2001 From: Florent Villard Date: Mon, 26 Aug 2002 09:30:35 +0000 Subject: =?UTF-8?q?remove=20=C2=B4/=C2=B4=20in=20install=20call=20in=20urp?= =?UTF-8?q?me?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- urpme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpme') diff --git a/urpme b/urpme index 395f8254..675098e2 100644 --- a/urpme +++ b/urpme @@ -127,7 +127,7 @@ if (@toremove > @l && !$auto) { =~ /[$noexpr]/ and exit 0; } -$urpm->install('/', \@toremove, {}, {}); +$urpm->install(\@toremove, {}, {}); sub toMb { my $nb = $_[0] / 1024 / 1024; -- cgit v1.2.1