Archived
3
0

Revert "Using bsdtar in assemble-apk.sh."

This reverts commit 09fddbcd37.
This commit is contained in:
Luka Vandervelden 2019-08-18 23:18:31 +02:00
parent 6fb2715267
commit bf2e12f673

View File

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