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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue