summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
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