summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2011-02-27 20:00:16 -0500
committerAdam Kocoloski <adam@cloudant.com>2011-02-27 20:00:16 -0500
commit9acfa66d5f827d6f44827063e8692b50c2fe4c20 (patch)
tree791211354e879b08e5f5148841892fc27030e6cd /configure
parentf3457b227060940591ffb13868d218a4f4903ee6 (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-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 81896b1c..f7ae3a31 100755
--- a/configure
+++ b/configure
@@ -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