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