diff options
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 83dbf3d61..59ee51fac 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -374,6 +374,7 @@ sub installPackages($$) { #- complete REWORK, TODO and TOCHECK! run_program::rooted_or_die($o->{prefix}, 'ldconfig') unless $::g_auto_install; log::l("Install took: ", formatTimeRaw(time - $time)); install_any::log_sizes($o); + scalar(@toInstall); #- return number of packages installed. } sub afterInstallPackages($) { |