We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c8d28 commit 59554e9Copy full SHA for 59554e9
Makefile
@@ -56,6 +56,7 @@ dist: ${DIST}
56
distinfo: dist
57
rm -f ${DISTINFO} ${DISTSIGN}
58
${SHA256} ${DISTFILE} >${DISTINFO}
59
+ stat -f "Size (${DISTFILE}) = %z" ${DISTFILE} >>${DISTINFO}
60
${PGP} --armour --detach-sign ${DISTFILE}
61
chmod 644 ${DISTSIGN}
62
ls -l ${DISTFILE} ${DISTINFO} ${DISTSIGN}
0 commit comments