From 998a2e45ab54e8ba634bbfa752331975262d9311 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 8 Jun 2004 15:06:53 +0000 Subject: switch to xorg --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') 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) = @_; -- cgit v1.2.1