From f0b98e2e74e712c7c13a28d4866d946869aeba13 Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Mon, 30 Nov 2009 08:15:09 -0700 Subject: [PATCH] Fix bootstrap installer to setup path so that rebar runs properly --- install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install b/install index ea0b8b1..e87b123 100755 --- a/install +++ b/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