diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-06-08 15:06:53 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-06-08 15:06:53 +0000 |
commit | 998a2e45ab54e8ba634bbfa752331975262d9311 (patch) | |
tree | 581288ee87b679e998454a73d434225aabaa9c43 /perl-install/install_steps.pm | |
parent | 759c983bce8867d7126fa2e82dfb1aa83fd0bd34 (diff) | |
download | drakx-998a2e45ab54e8ba634bbfa752331975262d9311.tar drakx-998a2e45ab54e8ba634bbfa752331975262d9311.tar.gz drakx-998a2e45ab54e8ba634bbfa752331975262d9311.tar.bz2 drakx-998a2e45ab54e8ba634bbfa752331975262d9311.tar.xz drakx-998a2e45ab54e8ba634bbfa752331975262d9311.zip |
switch to xorg
Diffstat (limited to 'perl-install/install_steps.pm')
-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 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) = @_; |