diff options
| author | Roy Marples <roy@marples.name> | 2016-11-05 11:17:45 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2016-11-05 11:17:45 +0000 |
| commit | ded07a1c586b1fb03fa6fd89289c12866b8b4171 (patch) | |
| tree | 438c12570bcb35566d75ee14845354ea4bebf898 /Makefile | |
| parent | 37dc166b9c0eda0b09a24004f1d9986e13371241 (diff) | |
| download | dhcpcd-ded07a1c586b1fb03fa6fd89289c12866b8b4171.tar.xz | |
Keep the distinfo in the signed result.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |
