summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormark <mark>2011-07-08 22:17:29 +0000
committermark <mark>2011-07-08 22:17:29 +0000
commitc58b5c1cef23066263aae5c506824310866ef64b (patch)
tree28043c79ec0a1d465b2f147bebd2f74e99ba8061 /Makefile
parent3f8dd846e92d44fc461d91d5fd5e012a770370d1 (diff)
auto-create selfservice user in RT, #13199
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f74379727..a454d08de 100644
--- a/Makefile
+++ b/Makefile
@@ -193,6 +193,7 @@ perl-modules:
s'%%%RT_ENABLED%%%'${RT_ENABLED}'g; \
s'%%%RT_PATH%%%'${RT_PATH}'g; \
s'%%%MASONDATA%%%'${MASONDATA}'g;\
+ s/%%%SELFSERVICE_USER%%%/${SELFSERVICE_USER}/g;\
" blib/lib/FS/*.pm;\
perl -p -i -e "\
s/%%%SELFSERVICE_USER%%%/${SELFSERVICE_USER}/g;\