diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-10-26 11:22:05 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-10-26 11:26:53 -0400 |
commit | a704e245029c4a72d4c38ff5e02e5dcf83ffb9bd (patch) | |
tree | 6812535dea537e69569c7fd25ef0ca50a80eabdb /configure | |
parent | f35cbdbc2b4de02e8400aceb9e10f71c515be16d (diff) |
hack to ensure couch/ebin always exists
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,4 +88,4 @@ cat > rel/dev$i.config << EOF EOF done -./rebar get-deps && cat rel/bigcouch.config +./rebar get-deps && mkdir -p apps/couch/ebin && cat rel/bigcouch.config |