mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Also copy CHECKSUM.{SHA256,MD5} files.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
a3ba37b499
commit
32ade9ef5a
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue