diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-12-02 09:26:46 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-12-02 09:26:46 +0000 |
commit | a22181c017e8288c622c27866e41815b8fcf0bb1 (patch) | |
tree | 7002b709604f434a45b744c4c39a53c772c0fa78 | |
parent | afa9644e367b1b1f2659dca7f859dfe4e1c1f81d (diff) | |
download | drakx-a22181c017e8288c622c27866e41815b8fcf0bb1.tar drakx-a22181c017e8288c622c27866e41815b8fcf0bb1.tar.gz drakx-a22181c017e8288c622c27866e41815b8fcf0bb1.tar.bz2 drakx-a22181c017e8288c622c27866e41815b8fcf0bb1.tar.xz drakx-a22181c017e8288c622c27866e41815b8fcf0bb1.zip |
more 2d games
-rwxr-xr-x | move/make_live | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/move/make_live b/move/make_live index 95bc7e101..01b5e6853 100755 --- a/move/make_live +++ b/move/make_live @@ -50,6 +50,7 @@ sub installPackages { qw(xinput), #- for some mice qw(perl-Term-Readline-Gnu binutils), #- allow debugging move qw(openssh-askpass-gnome), #- openssh-askpass for mountloop doesn't allow to click on ok/cancel buttons + qw(clanbomber freeciv-client freeciv-server), #- more 2d games ], }); |