aboutsummaryrefslogtreecommitdiff
path: root/games/Bugdom/files/Bugdom.in
diff options
context:
space:
mode:
Diffstat (limited to 'games/Bugdom/files/Bugdom.in')
-rwxr-xr-xgames/Bugdom/files/Bugdom.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/games/Bugdom/files/Bugdom.in b/games/Bugdom/files/Bugdom.in
new file mode 100755
index 000000000000..0c39c9dab319
--- /dev/null
+++ b/games/Bugdom/files/Bugdom.in
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+set -e
+cd %%PREFIX%%/share/Bugdom/
+exec %%PREFIX%%/share/Bugdom/Bugdom "$@"