diff options
author | Adam Kocoloski <adam@cloudant.com> | 2011-02-27 20:00:16 -0500 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2011-02-27 20:00:16 -0500 |
commit | 9acfa66d5f827d6f44827063e8692b50c2fe4c20 (patch) | |
tree | 791211354e879b08e5f5148841892fc27030e6cd /configure | |
parent | f3457b227060940591ffb13868d218a4f4903ee6 (diff) |
Update dependencies during configure
The explicit call to update-deps is required as of 2a969e, which
updated rebar to 2cff499.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -85,4 +85,5 @@ cat > rel/dev$i.config << EOF EOF done -./rebar get-deps && mkdir -p apps/couch/ebin && cat rel/bigcouch.config +mkdir -p apps/couch/ebin +./rebar get-deps && ./rebar update-deps && cat rel/bigcouch.config |