We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b220914 commit 1e601feCopy full SHA for 1e601fe
Makefile
@@ -28,7 +28,7 @@ SNAPDIR= ${DISTPREFIX}-${SNAP}
28
SNAPFILE= ${SNAPDIR}.tar.xz
29
30
SHA256?= sha256
31
-PGP?= gpg
+PGP?= gpg2
32
33
dist-git:
34
git archive --prefix=${DISTPREFIX}/ v${VERSION} | xz >${DISTFILE}
@@ -47,7 +47,7 @@ distinfo: dist
47
${SHA256} ${DISTFILE} >${DISTINFO}
48
wc -c <${DISTFILE} \
49
| xargs printf 'Size (${DISTFILE}) = %s\n' >>${DISTINFO}
50
- ${PGP} --armour --detach-sign ${DISTFILE}
+ ${PGP} --sign --armour --detach ${DISTFILE}
51
chmod 644 ${DISTSIGN}
52
ls -l ${DISTFILE} ${DISTINFO} ${DISTSIGN}
53
0 commit comments