mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
ejabberdctl: Fix paths for release build
The ejabberdctl version generated by "make rel" relies on the SCRIPT_DIR
variable which got lost in commit cbe6553baa
.
This commit is contained in:
parent
cbbfe32d8b
commit
5d5b4cdfb5
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ INET_DIST_INTERFACE=""
|
|||
ERLANG_NODE=ejabberd@localhost
|
||||
|
||||
# define default environment variables
|
||||
SCRIPT_DIR=$(cd "${0%/*}" && pwd)
|
||||
ERL="{{erl}}"
|
||||
IEX="{{bindir}}/iex"
|
||||
EPMD="{{epmd}}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue