mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
check extra sha sums for tcc-mes
This commit is contained in:
parent
94877fd5bd
commit
1009ea6905
1 changed files with 14 additions and 4 deletions
|
|
@ -450,7 +450,17 @@ else
|
||||||
sha256sum -c ${pkg}.${ARCH}.checksums
|
sha256sum -c ${pkg}.${ARCH}.checksums
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# LJW FIXME only check hashes for following files when doing mes builds:
|
# Check extra hashes when doing mes build
|
||||||
# /usr/bin/tcc-mes \
|
if match x${UPDATE_CHECKSUMS}${TCC_BOOTSTRAP_ALT} xTrueFalse; then
|
||||||
# /usr/bin/tcc-boot0 \
|
# LJW FIXME is this a bug? should it say pkg and ARCH?
|
||||||
# /usr/bin/tcc-boot1 \
|
sha256sum -o ${pkg}_mes.checksums \
|
||||||
|
/usr/bin/tcc-mes \
|
||||||
|
/usr/bin/tcc-boot0 \
|
||||||
|
/usr/bin/tcc-boot1
|
||||||
|
|
||||||
|
cp ${pkg}.checksums ${SRCDIR}
|
||||||
|
fi
|
||||||
|
|
||||||
|
if match x${UPDATE_CHECKSUMS}${TCC_BOOTSTRAP_ALT} xFalseFalse; then
|
||||||
|
sha256sum -c ${pkg}_mes.${ARCH}.checksums
|
||||||
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue