diff options
| author | Roy Marples <roy@marples.name> | 2016-11-05 14:06:27 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2016-11-05 14:06:27 +0000 |
| commit | f5001548397767b78d45ac77d4daf26b9a7f6d4d (patch) | |
| tree | 7cea8700c2ab9470aebae6ee7ade1486d81a702e | |
| parent | b22390fad44b41f8d05363de3845656c28e047d6 (diff) | |
| download | dhcpcd-ui-f5001548397767b78d45ac77d4daf26b9a7f6d4d.tar.xz | |
Remove distinfo files before making them and keep distinfo in signed result.
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -36,9 +36,10 @@ dist: rm -rf /tmp/${DISTPREFIX} /tmp/${DISTFILEGZ} 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} |
