From ad66569997176660d3776cafe23a2a9465288aad Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Mon, 12 Aug 2013 15:36:30 +0400 Subject: [PATCH] autorun.sh: change PATH and LD_LIBRARY_PATH Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/624f128325824118e6ba1070cfd9688e081004e8 Author: [CST] Focus Date: 2013-08-12 (Mon, 12 Aug 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- autorun.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autorun.sh b/autorun.sh index 02bd8d175..d0b799034 100755 --- a/autorun.sh +++ b/autorun.sh @@ -1,5 +1,5 @@ -export LD_LIBRARY_PATH=/opt/lib:/opt/usr/lib -export PATH=${PATH}:/opt/bin:/opt/usr/bin +export LD_LIBRARY_PATH=/var/lib +export PATH=${PATH}:/var/bin:/var/plugins echo "### Starting NEUTRINO ###"