set LD_LIBRARY_PATH

Change-Id: I959043857b381df561ce156b7388444628c81afb
This commit is contained in:
Lionel Sambuc 2014-09-04 15:37:27 +02:00
parent 85ebb0e0c3
commit 094431dd97

View file

@ -21,6 +21,9 @@ if [ "x$(id -u)" = "x0" ]; then
fi
fi
# Set library path
export LD_LIBRARY_PATH="/usr/local/lib:/usr/pkg/lib:/usr/lib:/lib"
# Set the timezone
export TZ=GMT0
RC_TZ=/etc/rc.timezone