From ba912a0656f47765109a8330cdcf562917297ebd Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 6 Mar 2003 15:26:14 +0000 Subject: dropped allowNVIDIA_rpms --- 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 80f8deda2..7ea14705a 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -946,7 +946,7 @@ sub configureX { 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}), + allowNVIDIA_rpms => $o->do_pkgs->check_kernel_module_packages('NVIDIA_kernel-', 'NVIDIA_GLX'), }); configureXAfter($o); } -- cgit v1.2.1