diff options
| author | Alexander Shorin <kxepal@apache.org> | 2016-02-22 15:08:33 +0300 |
|---|---|---|
| committer | Alexander Shorin <kxepal@apache.org> | 2016-02-22 20:13:07 +0300 |
| commit | cd04bc0f10d3ee498c00d1bbee9c2fa3da4f1092 (patch) | |
| tree | 759cb988c3230ec891f0c55431272e53c00c89a5 /build-aux | |
| parent | 13ae8320675fc8a8ee63c3f1606dd53b731ef738 (diff) | |
| download | couchdb-cd04bc0f10d3ee498c00d1bbee9c2fa3da4f1092.tar.gz | |
Include our rebar into release tarball
Diffstat (limited to 'build-aux')
| -rwxr-xr-x | build-aux/couchdb-build-release.sh | 3 |
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 |
