- updated startup script

This commit is contained in:
Mark Vejvoda 2010-07-03 06:53:42 +00:00
parent 66d4fce081
commit cacb5321e6

View File

@ -16,6 +16,8 @@ fi
# Change to the game dir, and go!
cd $GAMEDIR
echo gamedir [$GAMEDIR]
# export game library directory
test -n "${LIBDIR}" && export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${GAMEDIR}/${LIBDIR}"