Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 148791
Collapse All | Expand All

(-)nwclient129-orig/nwn (-1 / +9 lines)
Lines 1-5 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
2
3
if [ -r readme.txt ]
4
then 
5
    if [ ! -r data/sound.bif ] 
6
    then
7
        less readme.txt
8
        exit 1
9
    fi
10
fi
11
3
# This script runs Neverwinter Nights from the current directory
12
# This script runs Neverwinter Nights from the current directory
4
13
5
export SDL_MOUSE_RELATIVE=0
14
export SDL_MOUSE_RELATIVE=0
Lines 8-12 Link Here
8
# If you do not wish to use the SDL library included in the package, remove
17
# If you do not wish to use the SDL library included in the package, remove
9
# ./lib from LD_LIBRARY_PATH
18
# ./lib from LD_LIBRARY_PATH
10
export LD_LIBRARY_PATH=./lib:./miles:$LD_LIBRARY_PATH
19
export LD_LIBRARY_PATH=./lib:./miles:$LD_LIBRARY_PATH
11
12
./nwmain $@
20
./nwmain $@

Return to bug 148791