summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2000-09-22 12:51:37 +0000
committerdamien <damien@mandriva.com>2000-09-22 12:51:37 +0000
commit2f8e99a7789ed74290c4d955d055156223f3fa43 (patch)
tree09f61d38b396fc06dfbbec6b88a73ae0e7304e5d
parent2aa86cb598d7fd827b4bcb23ef059b97d6d22501 (diff)
downloaddrakx-backup-do-not-use-2f8e99a7789ed74290c4d955d055156223f3fa43.tar
drakx-backup-do-not-use-2f8e99a7789ed74290c4d955d055156223f3fa43.tar.gz
drakx-backup-do-not-use-2f8e99a7789ed74290c4d955d055156223f3fa43.tar.bz2
drakx-backup-do-not-use-2f8e99a7789ed74290c4d955d055156223f3fa43.tar.xz
drakx-backup-do-not-use-2f8e99a7789ed74290c4d955d055156223f3fa43.zip
pixel sux.
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
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($) {