From 98622ca4d029af613d5baa15d762e45882717144 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Wed, 28 May 2014 19:09:27 +0200 Subject: [PATCH] Include CONTRIBUTORS in build, since LICENSE points to it --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index cb396292..402aad59 100755 --- a/build.sh +++ b/build.sh @@ -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)