summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shorin <kxepal@apache.org>2016-02-22 15:08:33 +0300
committerAlexander Shorin <kxepal@apache.org>2016-02-22 20:13:07 +0300
commitcd04bc0f10d3ee498c00d1bbee9c2fa3da4f1092 (patch)
tree759cb988c3230ec891f0c55431272e53c00c89a5
parent13ae8320675fc8a8ee63c3f1606dd53b731ef738 (diff)
downloadcouchdb-cd04bc0f10d3ee498c00d1bbee9c2fa3da4f1092.tar.gz
Include our rebar into release tarball
-rwxr-xr-xbuild-aux/couchdb-build-release.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build-aux/couchdb-build-release.sh b/build-aux/couchdb-build-release.sh
index 14c0d9acc..45f754e53 100755
--- a/build-aux/couchdb-build-release.sh
+++ b/build-aux/couchdb-build-release.sh
@@ -54,3 +54,6 @@ if test -e .git; then
echo "" >> $RELDIR/CONTRIBUTORS # simplest portable newline
echo "For a list of authors see the \`AUTHORS\` file." >> $RELDIR/CONTRIBUTORS
fi
+
+# copy our rebar
+cp bin/rebar $RELDIR/bin/rebar