diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-04 21:41:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-04 21:41:41 +0000 |
commit | 4ee6863913010e61cf9e2592f6efba8ae982a6f9 (patch) | |
tree | 615537e0b9cffa2ac045bf0b3ef8c322a549b6f3 /games/linux-defcon/files | |
parent | 0a023788feadc235240592ac733f889fc7460158 (diff) | |
download | ports-4ee6863913010e61cf9e2592f6efba8ae982a6f9.tar.gz ports-4ee6863913010e61cf9e2592f6efba8ae982a6f9.zip |
Notes
Diffstat (limited to 'games/linux-defcon/files')
-rw-r--r-- | games/linux-defcon/files/defcon.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/linux-defcon/files/defcon.in b/games/linux-defcon/files/defcon.in new file mode 100644 index 000000000000..883f7c52d04b --- /dev/null +++ b/games/linux-defcon/files/defcon.in @@ -0,0 +1,4 @@ +#!/bin/sh + +cd %%DATADIR%% || exit 1 +exec ./defcon.bin.x86 "$@" |