tfixup! Separate tarring of the strapdir into its own func. - 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 b55e69b618b155198dfa2650e8123a098453ac92
 (DIR) parent ceb7259fd94b15dfc55c329d4f9f093940d51ad0
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Tue, 16 Jan 2018 14:46:03 +0100
       
       fixup! Separate tarring of the strapdir into its own func.
       
       Diffstat:
         M zlibs/imaging                       |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/zlibs/imaging b/zlibs/imaging
       t@@ -260,8 +260,9 @@ tar_strapdir() {
                ckreq || return 1
        
                notice "creating a tarbomb of the rootfs..."
       +        mkdir -p "$R/dist"
                silly
                pushd "$strapdir"
       -        tar czf "$R/dist/${image_name}.tar.gz" . || zerr
       +        sudo tar czf "$R/dist/${image_name}.tar.gz" . || zerr
                popd
        }