From: Lionel Sambuc Date: Thu, 4 Sep 2014 13:37:27 +0000 (+0200) Subject: set LD_LIBRARY_PATH X-Git-Tag: v3.3.0~18 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=094431dd97e35a49e4e2d0f1ef40b4a90b87191d;p=minix.git set LD_LIBRARY_PATH Change-Id: I959043857b381df561ce156b7388444628c81afb --- diff --git a/etc/profile b/etc/profile index 57e791d1b..5bd7b555c 100755 --- a/etc/profile +++ b/etc/profile @@ -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