From f2dffc6fa695defa60e90367426b806921b74a64 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 7 Jan 2003 20:29:31 +0000 Subject: cleanup --- perl-install/install_steps.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index de992bc1f..eb51551b2 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -906,14 +906,14 @@ sub configureXBefore { } sub configureX { my ($o) = @_; - $o->configureXBefore; + configureXBefore($o); require Xconfig::main; Xconfig::main::configure_everything_auto_install($o->{raw_X}, $o->do_pkgs, $o->{X}, { allowFB => $o->{allowFB}, allowNVIDIA_rpms => install_any::allowNVIDIA_rpms($o->{packages}), }); - $o->configureXAfter; + configureXAfter($o); } sub configureXAfter { my ($o) = @_; -- cgit v1.2.1