1 --- defcon-old 2007-05-05 19:30:53.000000000 -0700
2 +++ defcon 2007-05-05 19:32:54.000000000 -0700
10 -if [ ! -f "$here/lib/sounds.dat" ] ; then
11 - echo "$0: Fatal error: missing sound data files (sounds.dat) in $here/lib"
13 - echo "Maybe you are missing sounds.dat (You need to download it"
14 - echo "separately from http://download.introversion.co.uk/defcon/sounds.dat"
15 - echo "and install it in the $here/lib"
18 -export LD_LIBRARY_PATH="$here/lib:$LD_LIBRARY_PATH"
19 -$here/lib/defcon.bin.x86 "$@"
20 +export LD_LIBRARY_PATH="$prefix/lib:$LD_LIBRARY_PATH"
21 +$prefix/lib/defcon.bin.x86 "$@"