From de75ee0f5b3c80c0ba80d18a6946173ec6fcb6c9 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 10 Aug 2005 09:15:28 +0000 Subject: please perl_checker --- perl-install/Xconfig/card.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/Xconfig/card.pm b/perl-install/Xconfig/card.pm index bfeed0607..2078dee90 100644 --- a/perl-install/Xconfig/card.pm +++ b/perl-install/Xconfig/card.pm @@ -54,7 +54,7 @@ sub to_raw_X { $_->{raw_LINES} ||= default_ATI_fglrx_config(); if ($_->{description} =~ /RS480/) { - $_->{raw_LINES} =~ s/(Option\s+"UseInternalAGPGART"\s*)"no"/$1"yes"/ + $_->{raw_LINES} =~ s/(Option\s+"UseInternalAGPGART"\s*)"no"/$1"yes"/; } } if (arch() =~ /ppc/ && ($_->{Driver} eq 'r128' || $_->{Driver} eq 'radeon')) { -- cgit v1.2.1