diff options
author | Francois Pons <fpons@mandriva.com> | 2000-01-12 12:51:56 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-01-12 12:51:56 +0000 |
commit | f85c19babf9755afc87178102ff13f1c52b33066 (patch) | |
tree | 872e82f5574d64e47b87a0325c628f12455c8876 /perl-install | |
parent | b360535ff274a20ac7f958132859bc6525e662f8 (diff) | |
download | drakx-backup-do-not-use-f85c19babf9755afc87178102ff13f1c52b33066.tar drakx-backup-do-not-use-f85c19babf9755afc87178102ff13f1c52b33066.tar.gz drakx-backup-do-not-use-f85c19babf9755afc87178102ff13f1c52b33066.tar.bz2 drakx-backup-do-not-use-f85c19babf9755afc87178102ff13f1c52b33066.tar.xz drakx-backup-do-not-use-f85c19babf9755afc87178102ff13f1c52b33066.zip |
*** empty log message ***
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |