Fix tar typo.

This commit is contained in:
parazyd 2020-06-22 22:48:24 +02:00
parent b6f57c3894
commit 0611dccb17
No known key found for this signature in database
GPG Key ID: 6B636BF0493EE747

@ -316,6 +316,6 @@ tar_strapdir() {
sudo tar czf "$R/dist/${image_name}.tar.gz" . \
--acls --selinux --xattrs \
--xattrs-include=security.capability \
--xattrs.include=user.pax.flags || zerr
--xattrs-include=user.pax.flags || zerr
popd
}