From f9131c2782dd935e55fd70fa8bbb759aa37e9fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Mon, 4 Oct 2004 06:25:18 +0000 Subject: make perl_checker happy --- perl-install/Xconfig/card.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Xconfig') diff --git a/perl-install/Xconfig/card.pm b/perl-install/Xconfig/card.pm index f1519cb96..304cdc4f7 100644 --- a/perl-install/Xconfig/card.pm +++ b/perl-install/Xconfig/card.pm @@ -21,7 +21,7 @@ my %VideoRams = ( 65536 => N_("64 MB or more"), ); -my $lib = (arch() =~ /x86_64/) ? "lib64" : "lib"; +my $lib = arch() =~ /x86_64/ ? "lib64" : "lib"; my @xfree4_Drivers = ((arch() =~ /^sparc/ ? qw(sunbw2 suncg14 suncg3 suncg6 sunffb sunleo suntcx) : qw(apm ark chips cirrus cyrix glide i128 i740 i810 imstt -- cgit v1.2.1