diff options
author | Francois Pons <fpons@mandriva.com> | 2003-03-12 15:34:46 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-03-12 15:34:46 +0000 |
commit | f8c63d4c78e96ee91d8a00e5398e97a383adca53 (patch) | |
tree | 845557dfab7cd2efd46976c1534017e3b8c87933 /perl-install/install_steps_interactive.pm | |
parent | a7a2af7cee8e36e979eba0a4dcd3fdbc50837392 (diff) | |
download | drakx-f8c63d4c78e96ee91d8a00e5398e97a383adca53.tar drakx-f8c63d4c78e96ee91d8a00e5398e97a383adca53.tar.gz drakx-f8c63d4c78e96ee91d8a00e5398e97a383adca53.tar.bz2 drakx-f8c63d4c78e96ee91d8a00e5398e97a383adca53.tar.xz drakx-f8c63d4c78e96ee91d8a00e5398e97a383adca53.zip |
fix for newer kernel module package name.
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |