mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 03:26:31 +01:00
try and fix some UPDATE_CHECKSUMS
This commit is contained in:
parent
e9dda80ec5
commit
c766b6030b
2 changed files with 2 additions and 2 deletions
|
|
@ -460,7 +460,7 @@ if match x${UPDATE_CHECKSUMS}${TCC_BOOTSTRAP_ALT} xTrueFalse; then
|
||||||
/usr/bin/tcc-boot0 \
|
/usr/bin/tcc-boot0 \
|
||||||
/usr/bin/tcc-boot1
|
/usr/bin/tcc-boot1
|
||||||
|
|
||||||
cp ${pkg}.checksums ${SRCDIR}
|
cp ${pkg}_mes.checksums ${SRCDIR}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if match x${UPDATE_CHECKSUMS}${TCC_BOOTSTRAP_ALT} xFalseFalse; then
|
if match x${UPDATE_CHECKSUMS}${TCC_BOOTSTRAP_ALT} xFalseFalse; then
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ if match x${UPDATE_CHECKSUMS} xTrue; then
|
||||||
sha256sum -o ${pkg}.${ARCH}.checksums \
|
sha256sum -o ${pkg}.${ARCH}.checksums \
|
||||||
/usr/bin/tcc-boot0
|
/usr/bin/tcc-boot0
|
||||||
|
|
||||||
cp ${pkg}.checksums ${SRCDIR}
|
cp ${pkg}.${ARCH}.checksums ${SRCDIR}
|
||||||
else
|
else
|
||||||
sha256sum -c ${pkg}.${ARCH}.checksums
|
sha256sum -c ${pkg}.${ARCH}.checksums
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue