summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-09-03 17:29:24 +0000
committerThierry Vignaud <tv@mageia.org>2012-09-03 17:29:24 +0000
commite101653b0b2e2138ee12c13c92c0430fa5bd7f49 (patch)
tree42c7a6f017b47d9a9737411c32faaeb1520499e1
parenteeddb1226c7b67faaf696c5846d81b2efdb72f1f (diff)
downloaddrakx-e101653b0b2e2138ee12c13c92c0430fa5bd7f49.tar
drakx-e101653b0b2e2138ee12c13c92c0430fa5bd7f49.tar.gz
drakx-e101653b0b2e2138ee12c13c92c0430fa5bd7f49.tar.bz2
drakx-e101653b0b2e2138ee12c13c92c0430fa5bd7f49.tar.xz
drakx-e101653b0b2e2138ee12c13c92c0430fa5bd7f49.zip
(installPackages) always log end time, die after in case of error
-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 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.
}