From 9acfa66d5f827d6f44827063e8692b50c2fe4c20 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Sun, 27 Feb 2011 20:00:16 -0500 Subject: Update dependencies during configure The explicit call to update-deps is required as of 2a969e, which updated rebar to 2cff499. --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.3