From ffa9f1b9bd9b4da035aa31350403053dfd90a37a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 13 Mar 2001 11:24:04 +0000 Subject: (setPackages): set {compssUsersChoice}{PCMCIA} if hasPCMCIA --- perl-install/install_any.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index f5f77a3d1..8be1c7c6e 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -323,6 +323,7 @@ sub setPackages { } $o->{compssUsersChoice}{SYSTEM} = 1; $o->{compssUsersChoice}{BURNER} = 1 if detect_devices::burners(); + $o->{compssUsersChoice}{PCMCIA} = 1 if detect_devices::hasPCMCIA(); $o->{compssUsersChoice}{'3D'} = 1 if detect_devices::matching_desc('Matrox.* G[24]00') || -- cgit v1.2.1