From 19d3a21859710bfec71d26a6943bb3e1cecb2c4e Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 12 Mar 2007 00:36:35 +0000 Subject: [PATCH] simplified the Evergreen part of the install process git-svn-id: svn://svn.open-ils.org/ILS/trunk@7059 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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" ) -- 2.11.0