[SM-Commit] GIT changes to master binary grimoire by Eric Sandall (e069dff4f9d1f916ab65dcdeef191ad1b739a729)

Eric Sandall scm at sourcemage.org
Wed Apr 28 01:05:12 EDT 2010


GIT changes to master binary grimoire by Eric Sandall <sandalle at sourcemage.org>:

 bin-games/gametable/INSTALL |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

New commits:
commit e069dff4f9d1f916ab65dcdeef191ad1b739a729
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    gametable: Don't need to cd back from script

commit 808708d819c60944f66b9c4a493e9359e49585cd
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    gametable: Add desktop file

diff --git a/bin-games/gametable/INSTALL b/bin-games/gametable/INSTALL
index ca74082..f83f0c5 100755
--- a/bin-games/gametable/INSTALL
+++ b/bin-games/gametable/INSTALL
@@ -9,8 +9,16 @@ cat << EOF > "$INSTALL_ROOT/usr/games/$SPELL"
 
 cd "$INSTALL_ROOT/usr/share/games/$SPELL" &&
 java -jar gametable.jar
-cd -
 EOF
 
 chgrp games "$INSTALL_ROOT/usr/games/$SPELL" &&
-chmod 0750 "$INSTALL_ROOT/usr/games/$SPELL"
+chmod 0750 "$INSTALL_ROOT/usr/games/$SPELL" &&
+
+cat << EOF > $INSTALL_ROOT/usr/share/applications/$SPELL.desktop
+[Desktop Entry]
+Name=Gametable
+Comment=Shared whiteboard client
+Exec=gametable
+Type=Application
+Categories=Game;StrategyGame;
+EOF



More information about the SM-Commit mailing list