diff options
author | Daniel de Kok <danieldk@pobox.com> | 2010-05-11 14:28:18 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 14:28:18 +0200 |
commit | 7c5e33085ba74298b9de1f3b3ef840836cee3b0c (patch) | |
tree | 6688791bedf771cd6fd86fdc6f998552cc87a909 /games/defcon/defcon.sh | |
parent | 058dab8433739ce09b60617003a812435c9b87cd (diff) | |
download | slackbuilds-7c5e33085ba74298b9de1f3b3ef840836cee3b0c.tar.gz |
games/defcon: Initial import
Diffstat (limited to 'games/defcon/defcon.sh')
-rw-r--r-- | games/defcon/defcon.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/defcon/defcon.sh b/games/defcon/defcon.sh new file mode 100644 index 0000000000..6d0533da53 --- /dev/null +++ b/games/defcon/defcon.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +DEFCONPATH=/usr/lib/defcon +export LD_LIBRARY_PATH="$DEFCONPATH:$LD_LIBRARY_PATH" +$DEFCONPATH/defcon.bin.x86 "$@" |