From f85c19babf9755afc87178102ff13f1c52b33066 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 12 Jan 2000 12:51:56 +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 e69c27b49..f39b3fb0b 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 ldconfig grep XFree86-libs freetype XFree86); + my @firstToInstall = qw(setup basesystem chkconfig sed ldconfig grep XFree86-libs freetype XFree86-xfs chkfontpath XFree86); my %firstInstalled; my @toInstall; foreach (@firstToInstall) { -- cgit v1.2.1