[freeside-commits] freeside Makefile,1.180.2.2,1.180.2.3
Ivan,,,
ivan at wavetail.420.am
Sat Jan 2 18:54:45 PST 2010
Update of /home/cvs/cvsroot/freeside
In directory wavetail.420.am:/tmp/cvs-serv27092
Modified Files:
Tag: FREESIDE_1_9_BRANCH
Makefile
Log Message:
fix RT_SiteConfig.pm substitution
Index: Makefile
===================================================================
RCS file: /home/cvs/cvsroot/freeside/Makefile,v
retrieving revision 1.180.2.2
retrieving revision 1.180.2.3
diff -u -d -r1.180.2.2 -r1.180.2.3
--- Makefile 31 Dec 2009 03:33:45 -0000 1.180.2.2
+++ Makefile 3 Jan 2010 02:54:42 -0000 1.180.2.3
@@ -361,12 +361,12 @@
|| true
install-rt:
- perl -p -i -e "\
+ [ ${RT_ENABLED} -eq 1 ] && ( cd rt; make install ) || true
+ [ ${RT_ENABLED} -eq 1 ] && 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_ENABLED} -eq 1 ] && ( cd rt; make install ) || true
clean:
rm -rf masondocs
More information about the freeside-commits
mailing list