aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index fa7fcd0a1..982e6df52 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -275,6 +275,7 @@ copy-files-sub: copy-files-sub2
relive:
$(RELIVECMD)
+relivelibdir=$(shell pwd)/$(DEPSDIR)
relivedir=$(shell pwd)/_build/relive
iexpath=$(shell which iex)
@@ -283,7 +284,7 @@ ejabberdctl.relive:
-e "s*{{installuser}}*@INSTALLUSER@*g" \
-e "s*{{bindir}}/iex*$(iexpath)*g" \
-e "s*{{bindir}}*@bindir@*g" \
- -e "s*{{libdir}}*@libdir@*g" \
+ -e "s*{{libdir}}*${relivelibdir}*g" \
-e "s*{{sysconfdir}}/ejabberd*$(relivedir)/conf*g" \
-e "s*{{localstatedir}}/log/ejabberd*$(relivedir)/logs*g" \
-e "s*{{localstatedir}}/lib/ejabberd*$(relivedir)/database*g" \