From: ivan Date: Fri, 9 Apr 2004 22:33:19 +0000 (+0000) Subject: properly disable RT where not using X-Git-Tag: BEFORE_FINAL_MASONIZE~1152 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=ed8a6d06b1ed8b13132898d3b05c8b81d63d1038 properly disable RT where not using --- diff --git a/Makefile b/Makefile index b99206c27..5c7f15537 100644 --- a/Makefile +++ b/Makefile @@ -228,7 +228,7 @@ create-rt: configure-rt " ${RT_PATH}/etc/RT_SiteConfig.pm install-rt: - [ ${RT_ENABLED} ] && cd rt; make install + [ ${RT_ENABLED} -eq 1 ] && cd rt; make install clean: rm -rf aspdocs masondocs