X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=568cf4a8844c04a2149657b850e02654c9e7d4aa;hb=f4862b07c4a7c773c90c8fe30b149db8a6da71e5;hp=cfde93341ccf87b49558d1f75aa94b5b7dba3193;hpb=5485c9b2bb9450f658c8d688e79af9e4cb3cd3ab;p=freeside.git diff --git a/Makefile b/Makefile index cfde93341..568cf4a88 100644 --- a/Makefile +++ b/Makefile @@ -362,12 +362,12 @@ create-rt: configure-rt || true install-rt: - [ ${RT_ENABLED} -eq 1 ] && ( cd rt; make install ) || true - [ ${RT_ENABLED} -eq 1 ] && perl -p -i -e "\ + if [ ${RT_ENABLED} -eq 1 ]; then ( cd rt; make install ); fi + if [ ${RT_ENABLED} -eq 1 ]; then perl -p -i -e "\ s'%%%RT_DOMAIN%%%'${RT_DOMAIN}'g;\ s'%%%RT_TIMEZONE%%%'${RT_TIMEZONE}'g;\ s'%%%FREESIDE_URL%%%'${FREESIDE_URL}'g;\ - " ${RT_PATH}/etc/RT_SiteConfig.pm + " ${RT_PATH}/etc/RT_SiteConfig.pm; fi clean: rm -rf masondocs