summaryrefslogtreecommitdiffstats
path: root/games/tome/tome.sh
diff options
context:
space:
mode:
author David Melik2012-12-20 12:19:47 +0100
committer Matteo Bernardini2012-12-20 12:20:11 +0100
commite524edc30cdab8b8cca5a3265c171c2d8ef941f6 (patch)
tree764cb6f93987732ae12a2692cddc1101ea8d8134 /games/tome/tome.sh
parent86266d2fc04f34fd42598ddf6604d9f6bc2c98d1 (diff)
downloadslackbuilds-e524edc30cdab8b8cca5a3265c171c2d8ef941f6.tar.gz
games/tome: Updated for version v2.3.10_ah, added a startup script.
(cleanups, linked explicitly to libm --ponce) Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/tome/tome.sh')
-rw-r--r--games/tome/tome.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/games/tome/tome.sh b/games/tome/tome.sh
new file mode 100644
index 0000000000..b26faef8a7
--- /dev/null
+++ b/games/tome/tome.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+GAMES_TOME=/usr/share/games/tome/bin
+
+exec ${GAMES_TOME}/tome "$@"