tremove pixz support - 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 6968ae2ffd5e58819fc3cf25135f1ad462f444c4
 (DIR) parent 68c90d1ae9ee8c1462594730f3c3b6009a7a0b28
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Wed,  4 Oct 2017 21:36:28 +0200
       
       remove pixz support
       
       Diffstat:
         M zlibs/imaging                       |       6 ++----
       
       1 file changed, 2 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/zlibs/imaging b/zlibs/imaging
       t@@ -140,12 +140,10 @@ image_pack_dist() {
                        zerr
                }
        
       -        _xz=(xz -zv)
       -        [[ $(command -v pixz) ]] && _xz=(pixz)
       -        notice "compressing image with $_xz"
       +        notice "compressing image with xz"
                silly
                pushd $workdir
       -        ${=_xz} "${image_name}.img"
       +        xz -zv "${image_name}.img"
        
                notice "generating sha256 for ${image_name}.img.xz"
                sha256sum ${image_name}.img.xz > ${image_name}.img.xz.sha