From 87d866c50ea8416ceaa9e5763c8e3bf5f666d520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sat, 31 Jul 2021 17:09:43 -0500 Subject: Fix PGP errors --- make-bootstrap-file.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make-bootstrap-file.sh') 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 -- cgit v1.2.3