Adding /usr/X11R7/lib to LD_LIBRARY_PATH

Change-Id: I94b91e9e89115f90142e284fca21df4c3c8e2060
This commit is contained in:
Lionel Sambuc 2014-10-07 23:00:33 +02:00
parent 86b0b2ca84
commit 123aceb045

View file

@ -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