summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/pkgs.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm
index 3b8033e26..bd2ad52b4 100644
--- a/perl-install/pkgs.pm
+++ b/perl-install/pkgs.pm
@@ -1304,7 +1304,7 @@ sub install($$$;$$) {
foreach my $pkg (@$toInstall) {
$packages{packageName($pkg)} = $pkg;
$nb++;
- $total += packageSize($pkg);
+ $total += to_int($pkg->[$SIZE_DEPS]); #- do not correct for upgrade!
}
log::l("pkgs::install $prefix");