tFix tar typo. - libdevuansdk - common library for devuan's simple distro kits | |
git clone https://git.parazyd.org/libdevuansdk | |
Log | |
Files | |
Refs | |
Submodules | |
README | |
LICENSE | |
--- | |
commit 0611dccb1726bb4085bd98c5ddc0bb10930a2e0a | |
parent b6f57c389429397022679ed42de350d4aadf2729 | |
Author: parazyd | |
Date: Mon, 22 Jun 2020 22:48:24 +0200 Fix tar typo. Diffstat: M zlibs/imaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- | |
diff --git a/zlibs/imaging b/zlibs/imaging | |
t@@ -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 } |