Fix make 512 checksum
This commit is contained in:
parent
5b0b70e3ec
commit
fc1365f2b2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user