From f8c63d4c78e96ee91d8a00e5398e97a383adca53 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 12 Mar 2003 15:34:46 +0000 Subject: fix for newer kernel module package name. --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 1ea916765..10fb0d901 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1258,7 +1258,7 @@ sub configureX { my $options = { allowFB => $o->{allowFB}, - allowNVIDIA_rpms => $o->do_pkgs->check_kernel_module_packages('NVIDIA_kernel-', 'NVIDIA_GLX'), + allowNVIDIA_rpms => $o->do_pkgs->check_kernel_module_packages('NVIDIA_kernel', 'NVIDIA_GLX'), }; require Xconfig::main; -- cgit v1.2.1