summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/service_harddrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake
index b33d893a4..1280ccd83 100755
--- a/perl-install/standalone/service_harddrake
+++ b/perl-install/standalone/service_harddrake
@@ -63,7 +63,7 @@ if (find { $_->{driver} =~ /Card:NVIDIA/ } detect_devices::probeall()) {
if (/Driver "nv.+"/) {
$done = 1;
log::explanations("switch X.org driver from nvidia to nv");
- s!Driver "nv.*"!Driver "nv"!g;
+ s!Driver "nv.+"!Driver "nv"!g;
}
} '/etc/X11/xorg.conf';