summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormark <mark>2011-06-07 03:11:54 +0000
committermark <mark>2011-06-07 03:11:54 +0000
commit0bdbb5e86c5855a07d658c78ce93b5ba6fe50f57 (patch)
tree16bf882142d54431546532db5119c2f9d36fa8ac
parentacf5f67e07707422f954d609a4b4bd2eac12d39d (diff)
set config ownership after install-rt
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ff363302e..65a5cb78b 100644
--- a/Makefile
+++ b/Makefile
@@ -374,6 +374,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 \