conditional tweak

This commit is contained in:
Liam Wilson 2024-01-10 21:43:02 +00:00
parent e22a43a3ba
commit 4d2537cd21

View file

@ -381,6 +381,7 @@ if match x${UPDATE_CHECKSUMS}${TCC_BOOTSTRAP_ALT} xTrueFalse; then
/usr/lib/linux/${MES_ARCH}-mes/elf${ARCH_BITS}-footer-single-main.hex2 /usr/lib/linux/${MES_ARCH}-mes/elf${ARCH_BITS}-footer-single-main.hex2
cp ${pkg}.${ARCH}.checksums ${SRCDIR} cp ${pkg}.${ARCH}.checksums ${SRCDIR}
else fi
if match x${UPDATE_CHECKSUMS}${TCC_BOOTSTRAP_ALT} xFalseFalse; then
sha256sum -c ${pkg}.${ARCH}.checksums sha256sum -c ${pkg}.${ARCH}.checksums
fi fi