summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-03-12 09:32:30 +0000
committerdamien <damien@mandriva.com>2001-03-12 09:32:30 +0000
commit661a66b790394aad9e24f5028f2056965e6f7c08 (patch)
treeee7c91a7810e2913641face30680d2c0f83f902b /perl-install/install_any.pm
parent7054d385c2fe319a483364d04f6b6221fcf83c29 (diff)
downloaddrakx-backup-do-not-use-661a66b790394aad9e24f5028f2056965e6f7c08.tar
drakx-backup-do-not-use-661a66b790394aad9e24f5028f2056965e6f7c08.tar.gz
drakx-backup-do-not-use-661a66b790394aad9e24f5028f2056965e6f7c08.tar.bz2
drakx-backup-do-not-use-661a66b790394aad9e24f5028f2056965e6f7c08.tar.xz
drakx-backup-do-not-use-661a66b790394aad9e24f5028f2056965e6f7c08.zip
typo
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm2
1 files changed, 1 insertions, 1 deletions
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]') ||