Using `bsdtar` in `assemble-apk.sh`.

master
Luka Vandervelden 2019-08-14 19:11:42 +02:00
parent 4cfa52e4b6
commit 09fddbcd37
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ apk="$1"
echo "Compressing data..."
set -- *
tar --xattrs -f - -c * | \
bsdtar --xattrs -f - -c * | \
abuild-tar --hash | \
gzip -9 > data.tar.gz