From 5a83b0a889e7bb5e517d691953cd34beedfc8ed3 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 7 Jan 2000 16:04:26 +0000 Subject: *** empty log message *** --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index fac5d21f6..e69c27b49 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -234,7 +234,7 @@ sub installPackages($$) { } #- hack to ensure proper ordering for installation of packages. - my @firstToInstall = qw(setup basesystem chkconfig sed); + my @firstToInstall = qw(setup basesystem chkconfig sed ldconfig grep XFree86-libs freetype XFree86); my %firstInstalled; my @toInstall; foreach (@firstToInstall) { -- cgit v1.2.1