seems to be some issue with nesting conditionals

This commit is contained in:
Liam Wilson 2024-01-10 21:40:31 +00:00
parent 37421bd500
commit e22a43a3ba

View file

@ -362,11 +362,8 @@ cp include/sys/wait.h ${INCDIR}/sys/wait.h
cd ../..
if match x${TCC_BOOTSTRAP_ALT} xTrue; then
else
# Checksums
if match x${UPDATE_CHECKSUMS} xTrue; then
if match x${UPDATE_CHECKSUMS}${TCC_BOOTSTRAP_ALT} xTrueFalse; then
sha256sum -o ${pkg}.${ARCH}.checksums \
/usr/bin/mes \
/usr/bin/mes-m2 \
@ -387,4 +384,3 @@ if match x${UPDATE_CHECKSUMS} xTrue; then
else
sha256sum -c ${pkg}.${ARCH}.checksums
fi
fi