X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=59f5e2fd87349adef0e2908de257ddb07f3ab2af;hb=d805c4baf46c86b40a98f1d3dbf92ce03f9b151b;hp=804e292f3d2612de848b5cbc62f8c9b8b73b2bd0;hpb=e507c01547e88861603826344c0982f5a6afdcd0;p=freeside.git diff --git a/Makefile b/Makefile index 804e292f3..59f5e2fd8 100644 --- a/Makefile +++ b/Makefile @@ -375,6 +375,8 @@ install-rt: s'%%%RT_TIMEZONE%%%'${RT_TIMEZONE}'g;\ s'%%%FREESIDE_URL%%%'${FREESIDE_URL}'g;\ " ${RT_PATH}/etc/RT_SiteConfig.pm; fi + if [ ${RT_ENABLED} -eq 1 ]; then \ + chown -R freeside:freeside ${RT_PATH}/etc; fi install-rt-initialdata: if [ ${RT_ENABLED} -eq 1 ] && [ -d ${RT_PATH} ]; then \