try and fix some UPDATE_CHECKSUMS

This commit is contained in:
Liam Wilson 2024-02-02 14:52:44 +00:00
parent e9dda80ec5
commit c766b6030b
2 changed files with 2 additions and 2 deletions

View file

@ -460,7 +460,7 @@ if match x${UPDATE_CHECKSUMS}${TCC_BOOTSTRAP_ALT} xTrueFalse; then
/usr/bin/tcc-boot0 \ /usr/bin/tcc-boot0 \
/usr/bin/tcc-boot1 /usr/bin/tcc-boot1
cp ${pkg}.checksums ${SRCDIR} cp ${pkg}_mes.checksums ${SRCDIR}
fi fi
if match x${UPDATE_CHECKSUMS}${TCC_BOOTSTRAP_ALT} xFalseFalse; then if match x${UPDATE_CHECKSUMS}${TCC_BOOTSTRAP_ALT} xFalseFalse; then

View file

@ -35,7 +35,7 @@ if match x${UPDATE_CHECKSUMS} xTrue; then
sha256sum -o ${pkg}.${ARCH}.checksums \ sha256sum -o ${pkg}.${ARCH}.checksums \
/usr/bin/tcc-boot0 /usr/bin/tcc-boot0
cp ${pkg}.checksums ${SRCDIR} cp ${pkg}.${ARCH}.checksums ${SRCDIR}
else else
sha256sum -c ${pkg}.${ARCH}.checksums sha256sum -c ${pkg}.${ARCH}.checksums
fi fi