Revert "Using bsdtar
in assemble-apk.sh
."
This reverts commit 09fddbcd37
.
This commit is contained in:
parent
6fb2715267
commit
bf2e12f673
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user