summaryrefslogtreecommitdiff
path: root/games/defcon/defcon.sh
diff options
context:
space:
mode:
Diffstat (limited to 'games/defcon/defcon.sh')
-rw-r--r--games/defcon/defcon.sh5
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 "$@"