add host command to standalone builds
This commit is contained in:
parent
9144710a34
commit
19ff559590
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -142,7 +142,7 @@ sdist: clean $(mans)
|
|||
hackage: sdist
|
||||
@cabal upload dist/*.tar.gz
|
||||
|
||||
THIRDPARTY_BINS=git curl lsof xargs rsync uuid wget gpg \
|
||||
THIRDPARTY_BINS=git curl lsof xargs rsync uuid wget gpg host \
|
||||
sha1sum sha224sum sha256sum sha384sum sha512sum
|
||||
|
||||
LINUXSTANDALONE_DEST=$(GIT_ANNEX_TMP_BUILD_DIR)/git-annex.linux
|
||||
|
|
Loading…
Reference in a new issue