Invoke local rebar
Some of us doesn't have rebar on the general path
This commit is contained in:
parent
c3f916c350
commit
4b91c71781
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ if [ -d dev ]; then
|
|||
done
|
||||
fi
|
||||
|
||||
rebar get-deps
|
||||
./rebar get-deps
|
||||
|
||||
file=./deps/riak_kv/src/riak_kv.app.src
|
||||
if ! grep -q lsm_btree $file ; then
|
||||
|
@ -48,7 +48,7 @@ if ! grep -q lsm_btree $file ; then
|
|||
perl -i.orig -pe '/\bsext\b/ && print qq( {lsm_btree, ".*", {git, "git\@github.com:basho/lsm_btree.git", "master"}},\n)' $file
|
||||
fi
|
||||
|
||||
rebar get-deps
|
||||
./rebar get-deps
|
||||
|
||||
rm -rf dev
|
||||
make all devrel
|
||||
|
|
Loading…
Reference in a new issue