Skip to content

Commit

Permalink
Include CONTRIBUTORS in build, since LICENSE points to it
Browse files Browse the repository at this point in the history
  • Loading branch information
calmh committed May 28, 2014
1 parent f7a25ad commit 98622ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export COPYFILE_DISABLE=true
export GO386=387 # Don't use SSE on 32 bit builds

distFiles=(README.md LICENSE) # apart from the binary itself
distFiles=(README.md LICENSE CONTRIBUTORS) # apart from the binary itself
version=$(git describe --always --dirty)
date=$(git show -s --format=%ct)
user=$(whoami)
Expand Down

0 comments on commit 98622ca

Please sign in to comment.