]> 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:17:45 +0000 (11:17 +0000)
committerRoy Marples <roy@marples.name>
Sat, 5 Nov 2016 11:17:45 +0000 (11:17 +0000)
Makefile

index fc988578c264bafeb5f9ea62122962b81becadf2..ef3539b2da5b5d1a64e395e086defcecb2205c5d 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}