summaryrefslogtreecommitdiffstats
path: root/urpme
diff options
context:
space:
mode:
Diffstat (limited to 'urpme')
-rw-r--r--urpme2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpme b/urpme
index 395f8254..675098e2 100644
--- a/urpme
+++ b/urpme
@@ -127,7 +127,7 @@ if (@toremove > @l && !$auto) {
<STDIN> =~ /[$noexpr]/ and exit 0;
}
-$urpm->install('/', \@toremove, {}, {});
+$urpm->install(\@toremove, {}, {});
sub toMb {
my $nb = $_[0] / 1024 / 1024;