From 79d90dd759ccea550f125543e75704fc20a7dbab Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Fri, 9 Aug 2013 04:07:51 -0400 Subject: [PATCH] more tweaks for EG make check Signed-off-by: Jason Etheridge --- installer/wheezy/eg_wheezy_installer.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/installer/wheezy/eg_wheezy_installer.sh b/installer/wheezy/eg_wheezy_installer.sh index ae438b399..00aaeb319 100755 --- a/installer/wheezy/eg_wheezy_installer.sh +++ b/installer/wheezy/eg_wheezy_installer.sh @@ -17,6 +17,7 @@ DOJO_VERSION='1.3.3'; export PATH=/openils/bin:$PATH +export LD_LIBRARY_PATH=/openils/lib:/usr/local/lib:/usr/local/lib/dbd:$LD_LIBRARY_PATH # ----------------------------------------------------------------------- # Change to suit... @@ -166,8 +167,6 @@ echo Return Value = $? echo End of OpenSRF build tests =~-._ make install -export PATH=/openils/bin:$PATH - # Build and install the ILS OSRF_COMMAND=' export PATH=/openils/bin:$PATH @@ -175,14 +174,15 @@ cd /home/opensrf/Evergreen; autoreconf -i; ./configure --prefix=/openils --sysconfdir=/openils/conf; make; +' + +su - opensrf sh -c "$OSRF_COMMAND" +cd /home/opensrf/Evergreen echo _.-~= Running Evergreen build tests make check echo Return Value = $? echo End of Evergreen build tests =~-._ -' -su - opensrf sh -c "$OSRF_COMMAND" -cd /home/opensrf/Evergreen make install cp /openils/conf/opensrf.xml.example /openils/conf/opensrf.xml -- 2.11.0