aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/pkg.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Rpmdrake/pkg.pm')
-rwxr-xr-xRpmdrake/pkg.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm
index 3ded358a..9476bf20 100755
--- a/Rpmdrake/pkg.pm
+++ b/Rpmdrake/pkg.pm
@@ -528,6 +528,7 @@ sub perform_installation { #- (partially) duplicated from /usr/sbin/urpmi :-(
my $progress_nb;
+ my ($nok, @rpms_install, @rpms_upgrade, $verbose);
my $transaction;
my $callback_inst = sub {
my ($urpm, $type, $id, $subtype, $amount, $total) = @_;
@@ -544,7 +545,6 @@ sub perform_installation { #- (partially) duplicated from /usr/sbin/urpmi :-(
}
};
- my ($nok, @rpms_install, @rpms_upgrade);
foreach my $set (@{$state->{transaction} || []}) {
my (@transaction_list, %transaction_sources);
$transaction = $set;