summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-01-07 16:04:26 +0000
committerFrancois Pons <fpons@mandriva.com>2000-01-07 16:04:26 +0000
commit5a83b0a889e7bb5e517d691953cd34beedfc8ed3 (patch)
treee48279e89aa96be01571e3df6738ab9dc4d96fe1
parent7685bbf33b0c923ebcc2910c34214d746f3e8ecc (diff)
downloaddrakx-backup-do-not-use-5a83b0a889e7bb5e517d691953cd34beedfc8ed3.tar
drakx-backup-do-not-use-5a83b0a889e7bb5e517d691953cd34beedfc8ed3.tar.gz
drakx-backup-do-not-use-5a83b0a889e7bb5e517d691953cd34beedfc8ed3.tar.bz2
drakx-backup-do-not-use-5a83b0a889e7bb5e517d691953cd34beedfc8ed3.tar.xz
drakx-backup-do-not-use-5a83b0a889e7bb5e517d691953cd34beedfc8ed3.zip
*** empty log message ***
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
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) {