add gpg
This commit is contained in:
parent
3da78cc241
commit
be6b68402b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -135,7 +135,7 @@ hackage: sdist
|
||||||
|
|
||||||
OSXAPP_DEST=tmp/git-annex.app
|
OSXAPP_DEST=tmp/git-annex.app
|
||||||
OSXAPP_BASE=$(OSXAPP_DEST)/Contents/MacOS
|
OSXAPP_BASE=$(OSXAPP_DEST)/Contents/MacOS
|
||||||
THIRDPARTY_BINS=git curl lsof xargs rsync uuid wget \
|
THIRDPARTY_BINS=git curl lsof xargs rsync uuid wget gpg \
|
||||||
sha1sum sha224sum sha256sum sha384sum sha512sum
|
sha1sum sha224sum sha256sum sha384sum sha512sum
|
||||||
|
|
||||||
osxapp: $(bins)
|
osxapp: $(bins)
|
||||||
|
|
Loading…
Reference in a new issue