diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-02-22 13:00:59 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-02-22 13:00:59 +0000 |
commit | c79c5dbe21c5c17eff04213f4ae8d97aaf3f732b (patch) | |
tree | e2558fdbb10096a5e9bd31ad677e016305942ef3 /perl-install/Xconfigurator_consts.pm | |
parent | 5b896b0a59d44493693a07a750e5fd00842247cc (diff) | |
download | drakx-c79c5dbe21c5c17eff04213f4ae8d97aaf3f732b.tar drakx-c79c5dbe21c5c17eff04213f4ae8d97aaf3f732b.tar.gz drakx-c79c5dbe21c5c17eff04213f4ae8d97aaf3f732b.tar.bz2 drakx-c79c5dbe21c5c17eff04213f4ae8d97aaf3f732b.tar.xz drakx-c79c5dbe21c5c17eff04213f4ae8d97aaf3f732b.zip |
fix syntax typo
Diffstat (limited to 'perl-install/Xconfigurator_consts.pm')
-rw-r--r-- | perl-install/Xconfigurator_consts.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/Xconfigurator_consts.pm b/perl-install/Xconfigurator_consts.pm index 95cb4c400..4139bdecf 100644 --- a/perl-install/Xconfigurator_consts.pm +++ b/perl-install/Xconfigurator_consts.pm @@ -45,9 +45,9 @@ use common; @allbutfbservers = grep { arch() =~ /^sparc/ || $serversdriver{$_} ne "fbdev" } keys(%serversdriver); @allservers = keys(%serversdriver); -@allbutfbdrivers = (arch() =~ /^sparc/ ? qw(sunbw2 suncg14 suncg3 suncg6 sunffb sunleo suntcx) : +@allbutfbdrivers = ((arch() =~ /^sparc/ ? qw(sunbw2 suncg14 suncg3 suncg6 sunffb sunleo suntcx) : qw(apm ark chips cirrus cyrix glide i128 i740 i810 imstt mga neomagic newport nv rendition - s3 s3virge savage siliconmotion sis tdfx tga trident tseng vmware)), qw(ati glint vga); + s3 s3virge savage siliconmotion sis tdfx tga trident tseng vmware)), qw(ati glint vga)); @alldrivers = (@allbutfbdrivers, 'fbdev', 'vesa'); %vgamodes = ( |