From ac613b886b6f0effdf1f2fd3553ab5925a4905fd Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 20 Nov 2000 15:28:41 +0000 Subject: (afterInstallPackages): moved the writeandclean_ldsoconf here --- perl-install/install_steps.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index b07443235..318b61b3c 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -295,8 +295,6 @@ sub beforeInstallPackages { log::l("before install packages, after copy"); #- some packages need such files for proper installation. - any::writeandclean_ldsoconf($o->{prefix}); - log::l("before install packages, after writing ld.so.conf"); $::live or fs::write($o->{prefix}, $o->{fstab}, $o->{manualFstab}, $o->{useSupermount}); log::l("before install packages, after adding localhost in hosts"); @@ -408,6 +406,9 @@ Consoles 1,3,4,7 may also contain interesting information"; #- for mandrake_firstime touch "$o->{prefix}/var/lock/TMP_1ST"; + any::writeandclean_ldsoconf($o->{prefix}); + log::l("before install packages, after writing ld.so.conf"); + #- remove the nasty acon... run_program::rooted($o->{prefix}, "chkconfig", "--del", "acon") unless $ENV{LANGUAGE} =~ /ar/; -- cgit v1.2.1