From 661a66b790394aad9e24f5028f2056965e6f7c08 Mon Sep 17 00:00:00 2001 From: damien Date: Mon, 12 Mar 2001 09:32:30 +0000 Subject: typo --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 6fe4f3a7b..9260cbb39 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -325,7 +325,7 @@ sub setPackages { $o->{compssUsersChoice}{SYSTEM} = 1; $o->{compssUsersChoice}{BURNER} = 1 if detect_devices::burners(); - $o->{compssUsersChoice}{3D} = 1 if + $o->{compssUsersChoice}{'3D'} = 1 if detect_devices::matching_desc('Matrox.* G[24]00') || detect_devices::matching_desc('Riva.*128') || detect_devices::matching_desc('Rage X[CL]') || -- cgit v1.2.1