Fix bootstrap installer to setup path so that rebar runs properly

This commit is contained in:
Dave Smith 2009-11-30 08:15:09 -07:00
parent d8779cffdc
commit f0b98e2e74

View file

@ -8,4 +8,6 @@ erlc -I include -o ebin src/*.erl
## Use application installer to perform actual installation ## Use application installer to perform actual installation
## into erlang distro ## into erlang distro
export ERL_LIBS=`(cd .. && pwd)`
echo $ERL_LIBS
priv/rebar install priv/rebar install