diff --git a/steps/mes-0.25/pass1.kaem b/steps/mes-0.25/pass1.kaem index 47034fe2..59b4b40c 100755 --- a/steps/mes-0.25/pass1.kaem +++ b/steps/mes-0.25/pass1.kaem @@ -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