]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Keep the distinfo in the signed result.
authorRoy Marples <roy@marples.name>
Sat, 5 Nov 2016 11:18:35 +0000 (11:18 +0000)
committerRoy Marples <roy@marples.name>
Sat, 5 Nov 2016 11:18:35 +0000 (11:18 +0000)
Makefile

index 492a1d6026dad982bb62edc4ad6323e636cd198e..fce559e5b318ad5d89f885629c741ecb9f2648b0 100644 (file)
--- 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}