projects
/
working
/
random.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd5d4e4
)
not finding oils_utils.h
author
Jason Etheridge
<jason@esilibrary.com>
Fri, 9 Aug 2013 07:44:46 +0000
(
03:44
-0400)
committer
Jason Etheridge
<jason@esilibrary.com>
Fri, 9 Aug 2013 07:44:46 +0000
(
03:44
-0400)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
installer/wheezy/eg_wheezy_installer.sh
patch
|
blob
|
history
diff --git
a/installer/wheezy/eg_wheezy_installer.sh
b/installer/wheezy/eg_wheezy_installer.sh
index
b10a168
..
ae438b3
100755
(executable)
--- 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