summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-03-12 15:35:20 +0000
committerFrancois Pons <fpons@mandriva.com>2003-03-12 15:35:20 +0000
commit4bce8c8ea9492c5b1a3cd7cf438a8d10eb69567f (patch)
tree1600208c49e6784f37af54b0100c877eb4229ce3
parentf8c63d4c78e96ee91d8a00e5398e97a383adca53 (diff)
downloaddrakx-backup-do-not-use-4bce8c8ea9492c5b1a3cd7cf438a8d10eb69567f.tar
drakx-backup-do-not-use-4bce8c8ea9492c5b1a3cd7cf438a8d10eb69567f.tar.gz
drakx-backup-do-not-use-4bce8c8ea9492c5b1a3cd7cf438a8d10eb69567f.tar.bz2
drakx-backup-do-not-use-4bce8c8ea9492c5b1a3cd7cf438a8d10eb69567f.tar.xz
drakx-backup-do-not-use-4bce8c8ea9492c5b1a3cd7cf438a8d10eb69567f.zip
fix for newer commercial kernel module package name.
-rwxr-xr-xperl-install/standalone/XFdrake2
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') {