[freeside-commits] freeside Makefile,1.182,1.183
Ivan,,,
ivan at wavetail.420.am
Sat Jan 2 19:07:31 PST 2010
Update of /home/cvs/cvsroot/freeside
In directory wavetail.420.am:/tmp/cvs-serv27728
Modified Files:
Makefile
Log Message:
can't we all just get along (with RT 3.8.7)?
Index: Makefile
===================================================================
RCS file: /home/cvs/cvsroot/freeside/Makefile,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -d -r1.182 -r1.183
--- Makefile 31 Dec 2009 03:33:44 -0000 1.182
+++ Makefile 3 Jan 2010 03:07:29 -0000 1.183
@@ -345,7 +345,8 @@
--with-db-rt-pass=${DB_PASSWORD} \
--with-web-user=freeside \
--with-web-group=freeside \
- --with-rt-group=freeside
+ --with-rt-group=freeside \
+ --with-web-handler=modperl2
create-rt: configure-rt
[ -d /opt ] || mkdir /opt #doh
@@ -361,12 +362,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