From 0459a0b3b53e499edc2e556b2e0aa4376abd9ce1 Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 20 Mar 2006 22:58:56 +0000 Subject: [PATCH] added mod_xmlent to install process git-svn-id: svn://svn.open-ils.org/ILS/trunk@3405 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 6514379ec1..ecd832220e 100755 --- a/install.sh +++ b/install.sh @@ -180,6 +180,7 @@ function runInstall { ;; "openils_web" ) + if building; then $MAKE -C "$OPENILSDIR" "mod_xmlent"; fi; if building; then $MAKE -C "$OPENILSDIR" "mod_xmlbuilder"; fi; if building; then $MAKE -C "$OPENILSDIR" "mod_ils_rest_gateway"; fi; if installing; then -- 2.43.2