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:
parent
a6cecfcf33
commit
bdeea572b6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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:
|
||||
|
|
Loading…
Reference in a new issue