From c5492870ad725e27c6ce7ba7142dd69a30363d12 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 23 Apr 2003 09:54:52 +0000 Subject: fixed small typo preventing correct error message (never seen anyway). --- urpm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urpm.pm b/urpm.pm index c54ed9cf..b8ed5a02 100644 --- a/urpm.pm +++ b/urpm.pm @@ -2560,7 +2560,7 @@ sub install { $pkg->update_header($mode->{$_}); $trans->add($pkg, update => $update, $options{excludepath} ? (excludepath => [ split ',', $options{excludepath} ]) : ()) - or $urpm->{error}(N("unable to install package %s", $install->{$_})); + or $urpm->{error}(N("unable to install package %s", $mode->{$_})); } ++$update; } -- cgit v1.2.1