summaryrefslogtreecommitdiff
path: root/games-strategy/defcon-demo/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-strategy/defcon-demo/files
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-strategy/defcon-demo/files')
-rw-r--r--games-strategy/defcon-demo/files/defcon15
1 files changed, 0 insertions, 15 deletions
diff --git a/games-strategy/defcon-demo/files/defcon b/games-strategy/defcon-demo/files/defcon
deleted file mode 100644
index 6e9dd3b5307c..000000000000
--- a/games-strategy/defcon-demo/files/defcon
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-if [ -n "GAMEDIR/lib" ] ; then
- if [ "${LD_LIBRARY_PATH+set}" = "set" ] ; then
- export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:GAMEDIR/lib"
- else
- export LD_LIBRARY_PATH="GAMEDIR/lib"
- fi
-fi
-if [[ ! -e ~/.defcon/lib ]] ; then
- mkdir -p ~/.defcon/lib \
- && cd ~/.defcon/lib \
- && ln -s "GAMEDIR"/lib/* .
-fi
-cd ~/.defcon/lib
-LD_PRELOAD="GAMEDIR/lib/chdir.so" exec ./defcon.bin.x86 "$@"