set LD_LIBRARY_PATH
Change-Id: I959043857b381df561ce156b7388444628c81afb
This commit is contained in:
parent
85ebb0e0c3
commit
094431dd97
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue