mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 03:26:31 +01:00
check sha256sum for tcc_bootstrap_alt-0.1 outpit artifact
This commit is contained in:
parent
a87e0b025e
commit
f6e4b5bc4a
2 changed files with 11 additions and 0 deletions
|
|
@ -27,3 +27,13 @@ chmod 755 ./x86/artifact/kaem-optional-seed
|
|||
kaem --file kaem.x86
|
||||
cp artifacts/tcc_27_boot_static.exe /usr/bin/tcc-boot0
|
||||
chmod 755 /usr/bin/tcc-boot0
|
||||
|
||||
# Checksums
|
||||
if match x${UPDATE_CHECKSUMS} xTrue; then
|
||||
sha256sum -o ${pkg}.${ARCH}.checksums \
|
||||
/usr/bin/tcc-boot0
|
||||
|
||||
cp ${pkg}.checksums ${SRCDIR}
|
||||
else
|
||||
sha256sum -c ${pkg}.${ARCH}.checksums
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
26268bc6b96b48e6d25e08abce0ce1ecaebb58c99f898f35a485ec696117f1ca /usr/bin/tcc-boot0
|
||||
Loading…
Add table
Add a link
Reference in a new issue