diff options
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 |