summaryrefslogtreecommitdiffstats
path: root/games/ggmud/ggmud-wrapper.sh
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-02-20 14:57:59 -0500
committer Robby Workman <rworkman@slackbuilds.org>2022-02-21 14:34:27 -0600
commit4e0cd392943965179d773796fe4ceeae3a360bb3 (patch)
tree4dfc4f24237dc9cb772739136235c73205623c5a /games/ggmud/ggmud-wrapper.sh
parentd163408d552135512545ca2e3c48a3ea4fb02119 (diff)
downloadslackbuilds-4e0cd392943965179d773796fe4ceeae3a360bb3.tar.gz
slackbuilds-4e0cd392943965179d773796fe4ceeae3a360bb3.tar.xz
games/ggmud: Updated for version 0.9.4.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/ggmud/ggmud-wrapper.sh')
-rw-r--r--games/ggmud/ggmud-wrapper.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/games/ggmud/ggmud-wrapper.sh b/games/ggmud/ggmud-wrapper.sh
new file mode 100644
index 0000000000..ab6a538d21
--- /dev/null
+++ b/games/ggmud/ggmud-wrapper.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# wrapper script for ggmud, part of SlackBuilds.org ggmud build.
+# written by B. Watson, licensed under the WTFPL.
+# this script is needed because ggmud segfaults if it's started
+# from anywhere but its install directory.
+
+cd @OPT@/ggmud && exec ./ggmud "$@"