abuild: fix --xattrs and --{owner,group}-map not passed to tar

Fixes <45a8c0dd79c> abuild: deduplicate reproducible tarball creation
This commit is contained in:
Sertonix 2024-10-24 16:25:15 +02:00
parent 8c47dfcfb1
commit b274749838
1 changed files with 1 additions and 1 deletions

View File

@ -1786,7 +1786,7 @@ apk_tar() {
tar --format=posix \
--pax-option=exthdr.name=%d/PaxHeaders/%f,atime:=0,ctime:=0 \
--mtime="@$SOURCE_DATE_EPOCH" \
--no-recursion --null -T - -f - -c
--no-recursion --null -T - -f - -c "$@"
}
create_apks() {