aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-04 15:55:01 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-04 15:55:01 -0400
commit622356507700a0339ac02034bf70255348dc374b (patch)
treeef7d150f1172ef2c1b211b03a9bfee80aab4b560 /Makefile
parentfc6d4cdfcc7c83163d12059a8f784442ce5c4ca9 (diff)
add cp to THIRDPARTY_BINS
git-annex is built with various cp options, so cp needs to match the build environment.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a385265b..9ce284a63 100644
--- a/Makefile
+++ b/Makefile
@@ -144,7 +144,7 @@ hackage: sdist
@cabal upload dist/*.tar.gz
THIRDPARTY_BINS=git curl lsof xargs rsync uuid wget gpg \
- sha1sum sha224sum sha256sum sha384sum sha512sum
+ sha1sum sha224sum sha256sum sha384sum sha512sum cp
LINUXSTANDALONE_DEST=$(GIT_ANNEX_TMP_BUILD_DIR)/git-annex.linux
linuxstandalone: