Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 127026 | Differences between
and this patch

Collapse All | Expand All

(-)linden/indra/newview/linux_tools/wrapper.sh.datapath (-4 / +3 lines)
Lines 36-44 Link Here
36
## Nothing worth editing below this line.
36
## Nothing worth editing below this line.
37
##-------------------------------------------------------------------
37
##-------------------------------------------------------------------
38
38
39
RUN_PATH=`dirname "$0" || echo .`
39
cd /usr/share/games/secondlife
40
cd "${RUN_PATH}"
40
bin/do-not-directly-run-secondlife-bin $@ | cat
41
LD_LIBRARY_PATH="`pwd`"/lib:"${LD_LIBRARY_PATH}" bin/do-not-directly-run-secondlife-bin `cat gridargs.dat` $@ | cat
42
41
43
echo
42
echo
44
echo '*********************************************************'
43
echo '*********************************************************'
Lines 46-50 Link Here
46
echo 'Thank you for testing!'
45
echo 'Thank you for testing!'
47
echo 'You can visit the Linux Client Alpha Testers forum at:'
46
echo 'You can visit the Linux Client Alpha Testers forum at:'
48
echo 'http://forums.secondlife.com/forumdisplay.php?forumid=263'
47
echo 'http://forums.secondlife.com/forumdisplay.php?forumid=263'
49
echo 'Please see README-linux.txt before reporting problems.'
48
echo 'Please see client-readme.txt before reporting problems.'
50
echo
49
echo

Return to bug 127026