From 5c973ec8b931c0679cc3ed8667469578b9da4023 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 16 Oct 2000 20:27:55 +0000 Subject: (installPackages): don't run ldconfig in g_auto_install --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 392f9bb81..bc93ae6ba 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -362,7 +362,7 @@ sub installPackages($$) { #- complete REWORK, TODO and TOCHECK! $ENV{DURING_INSTALL} = 1; 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!"; + run_program::rooted($o->{prefix}, 'ldconfig') or die "ldconfig failed!" unless $::g_auto_install; log::l("Install took: ", formatTimeRaw(time - $time)); install_any::log_sizes($o); } -- cgit v1.2.1