Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
hack to ensure couch/ebin always exists
Browse files Browse the repository at this point in the history
  • Loading branch information
kocolosk committed Oct 26, 2010
1 parent f35cbdb commit a704e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -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

0 comments on commit a704e24

Please sign in to comment.