From 4bce8c8ea9492c5b1a3cd7cf438a8d10eb69567f Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 12 Mar 2003 15:35:20 +0000 Subject: fix for newer commercial kernel module package name. --- perl-install/standalone/XFdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/standalone/XFdrake b/perl-install/standalone/XFdrake index 2727a149f..229ec679b 100755 --- a/perl-install/standalone/XFdrake +++ b/perl-install/standalone/XFdrake @@ -41,7 +41,7 @@ $configure_this ||= 'everything'; modules::mergein_conf('/etc/modules.conf') if -r '/etc/modules.conf'; my $rc = do { - my $options = { allowNVIDIA_rpms => $in->do_pkgs->check_kernel_module_packages('NVIDIA_kernel-', 'NVIDIA_GLX'), + my $options = { allowNVIDIA_rpms => $in->do_pkgs->check_kernel_module_packages('NVIDIA_kernel', 'NVIDIA_GLX'), allowFB => listlength(cat_("/proc/fb")) }; if ($configure_this eq 'everything') { -- cgit v1.2.1