From 0dfe6bc6726c5a70f963e575c7dc5f8c481d6d90 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 17 Nov 2000 22:32:55 +0000 Subject: add openuniverse to the list of gl apps --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index bf337d8be..2e2f66a6f 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -337,7 +337,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", "tuxracer"; + push @gl, "spacecup", "chromium", "tuxracer", "openuniverse"; } $_->{values} = [ map { $_ + 60 } @{$_->{values}} ] foreach grep {$_} map { pkgs::packageByName($o->{packages}, $_) } @gl; } else { -- cgit v1.2.1