try checking tcc-0.9.26 checksums even when using the TCC_BOOTSTRAP_ALT path

This commit is contained in:
Liam Wilson 2024-01-11 21:15:44 +00:00
parent 520656edc8
commit 949d5b8c76

View file

@ -383,7 +383,7 @@ tcc -ar cr ${LIBDIR}/libgetopt.a getopt.o
cd ../.. cd ../..
# Checksums # Checksums
if match x${UPDATE_CHECKSUMS}${TCC_BOOTSTRAP_ALT} xTrueFalse; then if match x${UPDATE_CHECKSUMS} xTrue; then
sha256sum -o ${pkg}.checksums \ sha256sum -o ${pkg}.checksums \
/usr/bin/tcc-mes \ /usr/bin/tcc-mes \
/usr/bin/tcc-boot0 \ /usr/bin/tcc-boot0 \
@ -397,7 +397,6 @@ if match x${UPDATE_CHECKSUMS}${TCC_BOOTSTRAP_ALT} xTrueFalse; then
/usr/lib/mes/tcc/libtcc1.a /usr/lib/mes/tcc/libtcc1.a
cp ${pkg}.checksums ${SRCDIR} cp ${pkg}.checksums ${SRCDIR}
fi else
if match x${UPDATE_CHECKSUMS}${TCC_BOOTSTRAP_ALT} xFalseFalse; then
sha256sum -c ${pkg}.${ARCH}.checksums sha256sum -c ${pkg}.${ARCH}.checksums
fi fi