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