diff --git a/utils.sh b/utils.sh index 4a19768..2a1c450 100755 --- a/utils.sh +++ b/utils.sh @@ -17,6 +17,8 @@ package() { PKGNAME="$1" VERSION="$2" - tar -C "$PREFIX" -czvf "$PKGDIR/bootstrap-$PKGNAME-$VERSION.tar.gz" . + tar --directory "$PREFIX" \ + --create --gzip --verbose \ + --file "$PKGDIR/bootstrap-$PKGNAME-$VERSION.tar.gz" . find "$PREFIX" -mindepth 1 -delete }