From: Roy Marples Date: Fri, 21 Apr 2023 10:08:32 +0000 (+0100) Subject: chore: include filesize in the distinfo X-Git-Tag: v10.0.2~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bb2a6933883ffaa7edc1b7500a3880fc238ce28;p=thirdparty%2Fdhcpcd.git chore: include filesize in the distinfo --- diff --git a/Makefile b/Makefile index b0ca7387..f8460c68 100644 --- a/Makefile +++ b/Makefile @@ -69,6 +69,7 @@ dist: ${DIST} distinfo: dist rm -f ${DISTINFO} ${DISTSIGN} ${SHA256} ${DISTFILE} >${DISTINFO} + stat -f "Size (${DISTFILE}) = %z" ${DISTFILE} >>${DISTINFO} ${PGP} --armour --detach-sign ${DISTFILE} chmod 644 ${DISTSIGN} ls -l ${DISTFILE} ${DISTINFO} ${DISTSIGN}