Adding /usr/X11R7/lib to LD_LIBRARY_PATH
Change-Id: I94b91e9e89115f90142e284fca21df4c3c8e2060
This commit is contained in:
parent
86b0b2ca84
commit
123aceb045
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ if [ "x$(id -u)" = "x0" ]; then
|
|||
fi
|
||||
|
||||
# Set library path
|
||||
export LD_LIBRARY_PATH="/usr/local/lib:/usr/pkg/lib:/usr/lib:/lib"
|
||||
export LD_LIBRARY_PATH="/usr/local/lib:/usr/pkg/lib:/usr/X11R7/lib:/usr/lib:/lib"
|
||||
|
||||
# Set the timezone
|
||||
export TZ=GMT0
|
||||
|
|
Loading…
Reference in a new issue