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...
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
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