diff options
Diffstat (limited to 'games/warzone/files/warzone.in')
-rw-r--r-- | games/warzone/files/warzone.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/games/warzone/files/warzone.in b/games/warzone/files/warzone.in new file mode 100644 index 0000000..c8dd49c --- /dev/null +++ b/games/warzone/files/warzone.in @@ -0,0 +1,7 @@ +#!/bin/sh + +# The executable needs to be run from its data directory. + +cd %%DATADIR%% || exit 1 + +exec %%PREFIX%%/libexec/warzone |