summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-06-08 15:06:53 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-06-08 15:06:53 +0000
commit998a2e45ab54e8ba634bbfa752331975262d9311 (patch)
tree581288ee87b679e998454a73d434225aabaa9c43 /perl-install/install_steps.pm
parent759c983bce8867d7126fa2e82dfb1aa83fd0bd34 (diff)
downloaddrakx-backup-do-not-use-998a2e45ab54e8ba634bbfa752331975262d9311.tar
drakx-backup-do-not-use-998a2e45ab54e8ba634bbfa752331975262d9311.tar.gz
drakx-backup-do-not-use-998a2e45ab54e8ba634bbfa752331975262d9311.tar.bz2
drakx-backup-do-not-use-998a2e45ab54e8ba634bbfa752331975262d9311.tar.xz
drakx-backup-do-not-use-998a2e45ab54e8ba634bbfa752331975262d9311.zip
switch to xorg
Diffstat (limited to 'perl-install/install_steps.pm')
-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 658dfc6f5..828aa7d12 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -859,7 +859,7 @@ sub configureXBefore {
my ($o) = @_;
#- keep this here if the package has to be updated.
- $o->pkg_install("XFree86");
+ $o->pkg_install("xorg-x11");
}
sub configureX {
my ($o) = @_;