diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-04 15:55:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-04 15:55:01 -0400 |
commit | 622356507700a0339ac02034bf70255348dc374b (patch) | |
tree | ef7d150f1172ef2c1b211b03a9bfee80aab4b560 /Makefile | |
parent | fc6d4cdfcc7c83163d12059a8f784442ce5c4ca9 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |