--- linden/indra/newview/linux_tools/wrapper.sh.datapath 2007-01-07 23:50:31.000000000 +0100 +++ linden/indra/newview/linux_tools/wrapper.sh 2007-01-09 10:37:04.000000000 +0100 @@ -36,9 +36,8 @@ ## Nothing worth editing below this line. ##------------------------------------------------------------------- -RUN_PATH=`dirname "$0" || echo .` -cd "${RUN_PATH}" -LD_LIBRARY_PATH="`pwd`"/lib:"${LD_LIBRARY_PATH}" bin/do-not-directly-run-secondlife-bin `cat gridargs.dat` $@ | cat +cd /usr/share/games/secondlife +bin/do-not-directly-run-secondlife-bin $@ | cat echo echo '*********************************************************' @@ -46,5 +45,5 @@ echo 'Thank you for testing!' echo 'You can visit the Linux Client Alpha Testers forum at:' echo 'http://forums.secondlife.com/forumdisplay.php?forumid=263' -echo 'Please see README-linux.txt before reporting problems.' +echo 'Please see client-readme.txt before reporting problems.' echo