Also copy CHECKSUM.{SHA256,MD5} files.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2015-05-12 00:46:32 +00:00
parent a3ba37b499
commit 32ade9ef5a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282793

View file

@ -70,6 +70,10 @@ iso-images-stage:
cp -p ${RELEASEDIR}/${OSRELEASE}-${IMAGE}.xz \
${ISO_DIR}/${OSRELEASE}-${IMAGE}.xz
. endif
. if exists(${RELEASEDIR}/CHECKSUM.${CHECKSUM})
cp -p ${RELEASEDIR}/CHECKSUM.${CHECKSUM} \
${ISO_DIR}/CHECKSUM.${CHECKSUM}
. endif
. endfor
.endif