diff options
author | Jesús <heckyel@hyperbola.info> | 2021-07-31 17:09:43 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-07-31 17:09:43 -0500 |
commit | 87d866c50ea8416ceaa9e5763c8e3bf5f666d520 (patch) | |
tree | 89384a3fba492d990cd88179c85a95b367ac06a4 /make-bootstrap-file.sh | |
parent | 3c829f0b8712b8afa44a7408108c026da5ce354d (diff) | |
download | hyperbola-bootstrap-87d866c50ea8416ceaa9e5763c8e3bf5f666d520.tar.lz hyperbola-bootstrap-87d866c50ea8416ceaa9e5763c8e3bf5f666d520.tar.xz hyperbola-bootstrap-87d866c50ea8416ceaa9e5763c8e3bf5f666d520.zip |
Fix PGP errors
Diffstat (limited to 'make-bootstrap-file.sh')
-rw-r--r-- | make-bootstrap-file.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-bootstrap-file.sh b/make-bootstrap-file.sh index a723cdf..5696cf9 100644 --- a/make-bootstrap-file.sh +++ b/make-bootstrap-file.sh @@ -29,7 +29,7 @@ cd "${ROOTFS}" rm -rf var/cache/* # create new archive -cd ${RESULTPATH} +cd "${RESULTPATH}" tar --create --gzip --numeric-owner --xattrs --acls --file="hyperbola-bootstrap.tar.gz" "${ROOTFS}" # create shasum |