From 2f8e99a7789ed74290c4d955d055156223f3fa43 Mon Sep 17 00:00:00 2001 From: damien Date: Fri, 22 Sep 2000 12:51:37 +0000 Subject: pixel sux. --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index bde4d8d18..3845469b8 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -361,7 +361,7 @@ sub installPackages($$) { #- complete REWORK, TODO and TOCHECK! delete $ENV{DURING_INSTALL}; run_program::rooted($o->{prefix}, 'ldconfig') or die "ldconfig failed!"; log::l("Install took: ", formatTimeRaw(time - $time)); - log_sizes($o); + install_any::log_sizes($o); } sub afterInstallPackages($) { -- cgit v1.2.1