summaryrefslogtreecommitdiffstats
path: root/games/worldofpadman/wrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'games/worldofpadman/wrapper.sh')
-rw-r--r--games/worldofpadman/wrapper.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/worldofpadman/wrapper.sh b/games/worldofpadman/wrapper.sh
new file mode 100644
index 0000000000..cc65e1d62b
--- /dev/null
+++ b/games/worldofpadman/wrapper.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# 20220428 bkw: wrapper script for worldofpadman SBo build. needed
+# because wop and wopded expect to be called with full path (so they
+# can find their data files), but we want to be able to run them from
+# $PATH.
+
+# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+
+exec /opt/worldofpadman/@EXE@.@SRCARCH@ "$@"