mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Resolve vars.config relative to to rebar.config.script
This fixes problem with missing deps in make rel - issue #1615
This commit is contained in:
parent
6017785e10
commit
b9cd5ca07f
@ -18,7 +18,7 @@
|
||||
%%%
|
||||
%%%----------------------------------------------------------------------
|
||||
|
||||
Vars = case file:consult("vars.config") of
|
||||
Vars = case file:consult(filename:join([filename:dirname(SCRIPT),"vars.config"])) of
|
||||
{ok, Terms} ->
|
||||
Terms;
|
||||
_Err ->
|
||||
|
Loading…
Reference in New Issue
Block a user