summaryrefslogtreecommitdiffstats
path: root/perl-install/install
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
commitb59bca0b75b4ec8f18e7df1fce62a21e8871dcee (patch)
tree42c7a6f017b47d9a9737411c32faaeb1520499e1 /perl-install/install
parent2382ec869217c2629b5741631d9312bac6357dcc (diff)
downloaddrakx-backup-do-not-use-b59bca0b75b4ec8f18e7df1fce62a21e8871dcee.tar
drakx-backup-do-not-use-b59bca0b75b4ec8f18e7df1fce62a21e8871dcee.tar.gz
drakx-backup-do-not-use-b59bca0b75b4ec8f18e7df1fce62a21e8871dcee.tar.bz2
drakx-backup-do-not-use-b59bca0b75b4ec8f18e7df1fce62a21e8871dcee.tar.xz
drakx-backup-do-not-use-b59bca0b75b4ec8f18e7df1fce62a21e8871dcee.zip
(installPackages) always log end time, die after in case of error
Diffstat (limited to 'perl-install/install')
-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.
}