From 5cba484f82134678c28317591416733862f81a40 Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 9 Nov 2005 21:55:05 +0000 Subject: [PATCH] install script installs xmlbuilder stuff git-svn-id: svn://svn.open-ils.org/ILS/trunk@1988 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 221ef9505b..91a99eab56 100755 --- a/install.sh +++ b/install.sh @@ -179,7 +179,7 @@ function runInstall { ;; "openils_web" ) - if building; then $MAKE -C "$OPENILSDIR" "mod_xmltools"; fi; + if building; then $MAKE -C "$OPENILSDIR" "mod_xmlbuilder"; fi; if building; then $MAKE -C "$OPENILSDIR" "mod_ils_rest_gateway"; fi; if installing; then $MAKE -C "$OPENILSDIR" "web-install"; fi; if installing; then $MAKE -C "$OPENILSDIR" "cgi-bootstrap"; fi; -- 2.43.2