From e101653b0b2e2138ee12c13c92c0430fa5bd7f49 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 3 Sep 2012 17:29:24 +0000 Subject: (installPackages) always log end time, die after in case of error --- perl-install/install/steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install') diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm index 802267102..d595888c9 100644 --- a/perl-install/install/steps.pm +++ b/perl-install/install/steps.pm @@ -438,9 +438,9 @@ sub installPackages { } any::writeandclean_ldsoconf($::prefix); + log::l("Install took: ", formatTimeRaw(time() - $time)); run_program::rooted_or_die($::prefix, 'ldconfig') if !$o->{justdb}; - log::l("Install took: ", formatTimeRaw(time() - $time)); install::media::log_sizes(); scalar(@toInstall); #- return number of packages installed. } -- cgit v1.2.1