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 | 242da14d812bf2de7260fdfab8b3677a414938cb (patch) | |
| tree | 438c12570bcb35566d75ee14845354ea4bebf898 | |
| parent | f5bbda3ca9b8787610dcb16be84fc05626fff2a4 (diff) | |
| download | dhcpcd-242da14d812bf2de7260fdfab8b3677a414938cb.tar.xz | |
Keep the distinfo in the signed result.
| -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} |
