summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
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 6c26b2c18..c8daa3f2b 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -334,7 +334,7 @@ sub setPackages($) {
!detect_devices::matching_desc('Rage Mobility (?:P\/M|L) ') &&
!detect_devices::matching_desc('3D Rage (?:LT|Pro)'));
push @gl, "csmash", "gltron" if (!detect_devices::matching_desc('Rage 128')); #- does not work well on transparancy.
- push @gl, "spacecup", "chromium";
+ push @gl, "spacecup", "chromium", "tuxracer";
}
$_->{values} = [ map { $_ + 60 } @{$_->{values}} ] foreach grep {$_} map { pkgs::packageByName($o->{packages}, $_) } @gl;
} else {