X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=637e5465eb95337ee3a65c43342dca770e5d26f5;hb=59bc1cbda010b965c50ba62d7d6eb0815650eda5;hp=76a92c73b072ab49dd71fc1e990a57f49a1055ba;hpb=46cb40e65058ab1a1b62a6f8d370a6e9373c93c5;p=freeside.git diff --git a/Makefile b/Makefile index 76a92c73b..637e5465e 100644 --- a/Makefile +++ b/Makefile @@ -337,13 +337,13 @@ create-rt: configure-rt rt/sbin/rt-setup-database --action insert_initial \ && rt/sbin/rt-setup-database --action insert --datafile ${RT_PATH}/etc/initialdata \ || true + +install-rt: 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 - -install-rt: [ ${RT_ENABLED} -eq 1 ] && ( cd rt; make install ) || true clean: