mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Provide proper path to the compiled libraries in relive's ejabberdctl
This commit is contained in:
parent
b3211b1f71
commit
0ef2624b57
@ -275,6 +275,7 @@ copy-files-sub: copy-files-sub2
|
|||||||
relive:
|
relive:
|
||||||
$(RELIVECMD)
|
$(RELIVECMD)
|
||||||
|
|
||||||
|
relivelibdir=$(shell pwd)/$(DEPSDIR)
|
||||||
relivedir=$(shell pwd)/_build/relive
|
relivedir=$(shell pwd)/_build/relive
|
||||||
iexpath=$(shell which iex)
|
iexpath=$(shell which iex)
|
||||||
|
|
||||||
@ -283,7 +284,7 @@ ejabberdctl.relive:
|
|||||||
-e "s*{{installuser}}*@INSTALLUSER@*g" \
|
-e "s*{{installuser}}*@INSTALLUSER@*g" \
|
||||||
-e "s*{{bindir}}/iex*$(iexpath)*g" \
|
-e "s*{{bindir}}/iex*$(iexpath)*g" \
|
||||||
-e "s*{{bindir}}*@bindir@*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*{{sysconfdir}}/ejabberd*$(relivedir)/conf*g" \
|
||||||
-e "s*{{localstatedir}}/log/ejabberd*$(relivedir)/logs*g" \
|
-e "s*{{localstatedir}}/log/ejabberd*$(relivedir)/logs*g" \
|
||||||
-e "s*{{localstatedir}}/lib/ejabberd*$(relivedir)/database*g" \
|
-e "s*{{localstatedir}}/lib/ejabberd*$(relivedir)/database*g" \
|
||||||
|
Loading…
Reference in New Issue
Block a user