From 21afaaa588d5bab96fb863c79484e628d4e90e30 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Fri, 9 Aug 2013 03:44:46 -0400 Subject: [PATCH] not finding oils_utils.h Signed-off-by: Jason Etheridge --- installer/wheezy/eg_wheezy_installer.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/installer/wheezy/eg_wheezy_installer.sh b/installer/wheezy/eg_wheezy_installer.sh index b10a168d1..ae438b399 100755 --- a/installer/wheezy/eg_wheezy_installer.sh +++ b/installer/wheezy/eg_wheezy_installer.sh @@ -174,14 +174,15 @@ export PATH=/openils/bin:$PATH cd /home/opensrf/Evergreen; autoreconf -i; ./configure --prefix=/openils --sysconfdir=/openils/conf; -make;' - -su - opensrf sh -c "$OSRF_COMMAND" -cd /home/opensrf/Evergreen +make; 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