From: erickson Date: Mon, 12 Mar 2007 00:36:35 +0000 (+0000) Subject: simplified the Evergreen part of the install process X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=19d3a21859710bfec71d26a6943bb3e1cecb2c4e;p=Evergreen.git simplified the Evergreen part of the install process git-svn-id: svn://svn.open-ils.org/ILS/trunk@7059 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/install.sh b/install.sh index ababfb1292..fbb2c0fd2f 100755 --- a/install.sh +++ b/install.sh @@ -221,9 +221,7 @@ function runInstall { # Evergreen --- "evergreen_core" ) - if installing; then $MAKE -C "$EVERGREENDIR" "circ-install"; fi; - if installing; then $MAKE -C "$EVERGREENDIR" "iplist-install"; fi; - if installing; then $MAKE -C "$EVERGREENDIR" "perl-install"; fi; + if installing; then $MAKE -C "$EVERGREENDIR" "install"; fi; ;; "evergreen_xul_client" )