diff options
author | Francois Pons <fpons@mandriva.com> | 2003-03-12 15:35:20 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-03-12 15:35:20 +0000 |
commit | 4bce8c8ea9492c5b1a3cd7cf438a8d10eb69567f (patch) | |
tree | 1600208c49e6784f37af54b0100c877eb4229ce3 /perl-install | |
parent | f8c63d4c78e96ee91d8a00e5398e97a383adca53 (diff) | |
download | drakx-4bce8c8ea9492c5b1a3cd7cf438a8d10eb69567f.tar drakx-4bce8c8ea9492c5b1a3cd7cf438a8d10eb69567f.tar.gz drakx-4bce8c8ea9492c5b1a3cd7cf438a8d10eb69567f.tar.bz2 drakx-4bce8c8ea9492c5b1a3cd7cf438a8d10eb69567f.tar.xz drakx-4bce8c8ea9492c5b1a3cd7cf438a8d10eb69567f.zip |
fix for newer commercial kernel module package name.
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/XFdrake | 2 |
1 files changed, 1 insertions, 1 deletions
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') { |