From d8207caf2f385b6fc20bc332625985b90729707f Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 29 Jun 2006 14:29:09 +0000 Subject: [PATCH] removing rest gateway git-svn-id: svn://svn.open-ils.org/ILS/trunk@4832 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install.sh b/install.sh index ee086baf76..a2c8a053e4 100755 --- a/install.sh +++ b/install.sh @@ -107,8 +107,6 @@ function loadConfig { function runInstall { - - # pass the collected variables to make for target in ${TARGETS[@]:0}; do @@ -182,7 +180,7 @@ function runInstall { "openils_web" ) if building; then $MAKE -C "$OPENILSDIR" "mod_xmlent"; fi; - if building; then $MAKE -C "$OPENILSDIR" "mod_ils_rest_gateway"; fi; + #if building; then $MAKE -C "$OPENILSDIR" "mod_ils_rest_gateway"; fi; if installing; then $MAKE -C "$OPENILSDIR" "web-install"; $MAKE -C "$OPENILSDIR" "cgi-bootstrap"; -- 2.43.2