diff --git a/Makefile b/Makefile index e770217..74d0d0d 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,6 @@ release: sign: VERSION=$$(git describe --tags | sed 's/^v//;s/-[^.]*$$//') && \ - gpg --armor --detach-sign cwm-$$VERSION.tar.gz && \ + gpg2 --armor --detach-sign cwm-$$VERSION.tar.gz && \ signify -S -s ~/.signify/cwm.sec -m cwm-$$VERSION.tar.gz && \ sed -i '1cuntrusted comment: verify with cwm.pub' cwm-$$VERSION.tar.gz.sig