summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2016-11-05 11:17:45 +0000
committerRoy Marples <roy@marples.name>2016-11-05 11:17:45 +0000
commit242da14d812bf2de7260fdfab8b3677a414938cb (patch)
tree438c12570bcb35566d75ee14845354ea4bebf898
parentf5bbda3ca9b8787610dcb16be84fc05626fff2a4 (diff)
downloaddhcpcd-242da14d812bf2de7260fdfab8b3677a414938cb.tar.xz
Keep the distinfo in the signed result.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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}