diff options
author | B. Watson <yalhcru@gmail.com> | 2022-04-28 16:15:44 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-04-29 10:30:54 -0400 |
commit | 4db2eea1031dabfc8c3a225374f82796586bb1df (patch) | |
tree | eff1195e1addded6157fb0ae2aab615c6dc8c736 /games/worldofpadman/wrapper.sh | |
parent | c947ba28e76592e420b8f91ad532ef37430a9ad6 (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.sh | 10 |
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@ "$@" |