diff options
| author | Roy Marples <roy@marples.name> | 2016-11-05 14:07:41 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2016-11-05 14:07:41 +0000 |
| commit | 355c224abb0eb033529723d6f232cba38c362e8c (patch) | |
| tree | dd3d7be17c6c2bde412f439d6ad3ee353b3e5af4 | |
| parent | 6d7572ca419a0dbb46aa9b56a960b423e3064b14 (diff) | |
| download | parpd-355c224abb0eb033529723d6f232cba38c362e8c.tar.xz | |
Remove distinfo files before making them and keep distinfo in signed result.
| -rw-r--r-- | mk/dist.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -50,9 +50,10 @@ dist-inst: dist: ${DIST} distinfo: dist + rm -f ${DISTINFO} ${DISTINFOSIGN} ${CKSUM} ${DISTFILE} >${DISTINFO} #printf "SIZE (${DISTFILE}) = %s\n" $$(wc -c <${DISTFILE}) >>${DISTINFO} - ${PGP} --sign --detach --armor --output=${DISTINFOSIGN} ${DISTINFO} + ${PGP} --clearsign --output=${DISTINFOSIGN} ${DISTINFO} chmod 644 ${DISTINFOSIGN} ls -l ${DISTFILE} ${DISTINFO} ${DISTINFOSIGN} |
