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

@ -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