From: Roy Marples Date: Fri, 21 Apr 2023 10:08:32 +0000 (+0100) Subject: chore: include filesize in the distinfo X-Git-Tag: v9.5.2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bff10be14c3f89d200142ca8355830ec5d0255da;p=thirdparty%2Fdhcpcd.git chore: include filesize in the distinfo --- diff --git a/Makefile b/Makefile index 60c94fc9..2a7b9a51 100644 --- a/Makefile +++ b/Makefile @@ -68,6 +68,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}