Skip to content

Commit 6755c2c

Browse files
committed
util.sh: keep long options
1 parent e38827c commit 6755c2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

utils.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ package() {
1717
PKGNAME="$1"
1818
VERSION="$2"
1919

20-
tar -C "$PREFIX" -czvf "$PKGDIR/bootstrap-$PKGNAME-$VERSION.tar.gz" .
20+
tar --directory "$PREFIX" \
21+
--create --gzip --verbose \
22+
--file "$PKGDIR/bootstrap-$PKGNAME-$VERSION.tar.gz" .
2123
find "$PREFIX" -mindepth 1 -delete
2224
}

0 commit comments

Comments
 (0)