Fix make 512 checksum

This commit is contained in:
Jesus 2023-09-25 01:59:16 +08:00
parent 5b0b70e3ec
commit fc1365f2b2
No known key found for this signature in database
GPG Key ID: E607CE7149F4D71C

View File

@ -69,7 +69,7 @@ printf '%b%s%b%s%b\n' '\e[1;32m' '==> ' '\e[0m\033[1m' "Make hyperbola-bootstrap
(cd "${RESULTPATH}/${ROOTFS}" && tar --create --gzip --numeric-owner --xattrs --acls --file="${SCRIPT_PWD}/hyperbola-bootstrap-${ARCH}.tar.gz" *)
# Make sha512sum
sha512sum "${RESULTPATH}/hyperbola-bootstrap-${ARCH}.tar.gz" >| "${RESULTPATH}/hyperbola-bootstrap-${ARCH}.tar.gz.sha512sum"
(cd ${RESULTPATH} && sha512sum "hyperbola-bootstrap-${ARCH}.tar.gz" >| "hyperbola-bootstrap-${ARCH}.tar.gz.sha512sum")
# Clean chroot temp
case $CHROOT_DELETE in