tchange param order on mksquashfs; reported by cyteen_ - 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 fc38a0998234abbaa4eb4f93b9a9599bb4ccd4a8
 (DIR) parent 6968ae2ffd5e58819fc3cf25135f1ad462f444c4
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Wed, 25 Oct 2017 13:19:55 +0200
       
       change param order on mksquashfs; reported by cyteen_
       
       Diffstat:
         M zlibs/iso                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/zlibs/iso b/zlibs/iso
       t@@ -106,7 +106,7 @@ iso_squash_strap() {
                [[ -n "$mkefi" ]] && _uefi_opt="-Xbcj x86"
                pushd $workdir
                sudo mksquashfs $strapdir binary/live/filesystem.squashfs \
       -                ${=_uefi_opt} -noappend -comp xz || zerr
       +                -comp xz ${=_uefi_opt} -noappend || zerr
        
                popd
        }