From: Roy Marples Date: Sat, 5 Nov 2016 11:17:45 +0000 (+0000) Subject: Keep the distinfo in the signed result. X-Git-Tag: v7.0.0-beta1~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=242da14d812bf2de7260fdfab8b3677a414938cb;p=thirdparty%2Fdhcpcd.git Keep the distinfo in the signed result. --- diff --git a/Makefile b/Makefile index fc988578..ef3539b2 100644 --- a/Makefile +++ b/Makefile @@ -156,7 +156,7 @@ dist: distinfo: dist ${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}