diff options
author | mark <mark> | 2011-07-08 22:17:29 +0000 |
---|---|---|
committer | mark <mark> | 2011-07-08 22:17:29 +0000 |
commit | c58b5c1cef23066263aae5c506824310866ef64b (patch) | |
tree | 28043c79ec0a1d465b2f147bebd2f74e99ba8061 /Makefile | |
parent | 3f8dd846e92d44fc461d91d5fd5e012a770370d1 (diff) |
auto-create selfservice user in RT, #13199
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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;\ |