diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-11 10:56:54 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-11 10:56:54 +0000 |
commit | 66acc9ca3c2c03404de8a2cb635d67f474e91e0a (patch) | |
tree | 031a2d66652d5f9c2d674cf96d5896ccd3a7a5bd /perl-install/install_steps.pm | |
parent | f5d31de24627657212675867a36831d208148043 (diff) | |
download | drakx-66acc9ca3c2c03404de8a2cb635d67f474e91e0a.tar drakx-66acc9ca3c2c03404de8a2cb635d67f474e91e0a.tar.gz drakx-66acc9ca3c2c03404de8a2cb635d67f474e91e0a.tar.bz2 drakx-66acc9ca3c2c03404de8a2cb635d67f474e91e0a.tar.xz drakx-66acc9ca3c2c03404de8a2cb635d67f474e91e0a.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 0b4430b42..cd2ec2fc0 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -354,7 +354,7 @@ sub installPackages($$) { #- complete REWORK, TODO and TOCHECK! pkgs::install($o->{prefix}, $o->{isUpgrade}, \@toInstall, $packages->[1], $packages->[2]); delete $ENV{DURING_INSTALL}; run_program::rooted($o->{prefix}, 'ldconfig') or die "ldconfig failed!"; - log::l("Install took: ", formatTime(time - $time)); + log::l("Install took: ", formatTimeRaw(time - $time)); } sub afterInstallPackages($) { |