add cp to THIRDPARTY_BINS

git-annex is built with various cp options, so cp needs to match the build
environment.
This commit is contained in:
Joey Hess 2012-11-04 15:55:01 -04:00
parent a6cecfcf33
commit bdeea572b6

View file

@ -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: