mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Fix bootstrap installer to setup path so that rebar runs properly
This commit is contained in:
parent
d8779cffdc
commit
f0b98e2e74
1 changed files with 2 additions and 0 deletions
2
install
2
install
|
@ -8,4 +8,6 @@ erlc -I include -o ebin src/*.erl
|
|||
|
||||
## Use application installer to perform actual installation
|
||||
## into erlang distro
|
||||
export ERL_LIBS=`(cd .. && pwd)`
|
||||
echo $ERL_LIBS
|
||||
priv/rebar install
|
||||
|
|
Loading…
Reference in a new issue