diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2000-11-17 22:32:55 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2000-11-17 22:32:55 +0000 |
commit | 0dfe6bc6726c5a70f963e575c7dc5f8c481d6d90 (patch) | |
tree | d9638c368170967494d6587f74eff7ad7a4bb554 | |
parent | 6b687da36f3ddcf2635349d95d9e07b889b731eb (diff) | |
download | drakx-backup-do-not-use-0dfe6bc6726c5a70f963e575c7dc5f8c481d6d90.tar drakx-backup-do-not-use-0dfe6bc6726c5a70f963e575c7dc5f8c481d6d90.tar.gz drakx-backup-do-not-use-0dfe6bc6726c5a70f963e575c7dc5f8c481d6d90.tar.bz2 drakx-backup-do-not-use-0dfe6bc6726c5a70f963e575c7dc5f8c481d6d90.tar.xz drakx-backup-do-not-use-0dfe6bc6726c5a70f963e575c7dc5f8c481d6d90.zip |
add openuniverse to the list of gl apps
-rw-r--r-- | perl-install/install_any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |