diff --git a/steps/tcc-0.9.26/pass1.kaem b/steps/tcc-0.9.26/pass1.kaem index 9ce3672b..4367cc18 100755 --- a/steps/tcc-0.9.26/pass1.kaem +++ b/steps/tcc-0.9.26/pass1.kaem @@ -460,7 +460,7 @@ if match x${UPDATE_CHECKSUMS}${TCC_BOOTSTRAP_ALT} xTrueFalse; then /usr/bin/tcc-boot0 \ /usr/bin/tcc-boot1 - cp ${pkg}.checksums ${SRCDIR} + cp ${pkg}_mes.checksums ${SRCDIR} fi if match x${UPDATE_CHECKSUMS}${TCC_BOOTSTRAP_ALT} xFalseFalse; then diff --git a/steps/tcc_bootstrap_alt-0.2/pass1.kaem b/steps/tcc_bootstrap_alt-0.2/pass1.kaem index 83d7cc9a..84237065 100644 --- a/steps/tcc_bootstrap_alt-0.2/pass1.kaem +++ b/steps/tcc_bootstrap_alt-0.2/pass1.kaem @@ -35,7 +35,7 @@ if match x${UPDATE_CHECKSUMS} xTrue; then sha256sum -o ${pkg}.${ARCH}.checksums \ /usr/bin/tcc-boot0 - cp ${pkg}.checksums ${SRCDIR} + cp ${pkg}.${ARCH}.checksums ${SRCDIR} else sha256sum -c ${pkg}.${ARCH}.checksums fi