summaryrefslogtreecommitdiffstats
path: root/Makefile
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
commitded07a1c586b1fb03fa6fd89289c12866b8b4171 (patch)
tree438c12570bcb35566d75ee14845354ea4bebf898 /Makefile
parent37dc166b9c0eda0b09a24004f1d9986e13371241 (diff)
downloaddhcpcd-ded07a1c586b1fb03fa6fd89289c12866b8b4171.tar.xz
Keep the distinfo in the signed result.
Diffstat (limited to 'Makefile')
-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}