aboutsummaryrefslogtreecommitdiff
path: root/games/worldofpadman/wrapper.sh
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-04-28 16:15:44 -0400
committerB. Watson <yalhcru@gmail.com>2022-04-29 10:30:54 -0400
commit4db2eea1031dabfc8c3a225374f82796586bb1df (patch)
treeeff1195e1addded6157fb0ae2aab615c6dc8c736 /games/worldofpadman/wrapper.sh
parentc947ba28e76592e420b8f91ad532ef37430a9ad6 (diff)
games/worldofpadman: Remove cruft, fix icons, desktop, add wrappers.
Signed-off-by: B. Watson <yalhcru@gmail.com>
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 000000000000..60ea1304af4d
--- /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@.@ARCH@ "$@"