diff options
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) = @_; |