summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_steps.pm')
-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 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($) {