From 6cdae5fd4de9cf39a6280b95f2678386bdece8a7 Mon Sep 17 00:00:00 2001 From: parazyd Date: Mon, 26 Jun 2017 18:46:05 +0200 Subject: [PATCH] fix $_xz bug --- zlibs/imaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zlibs/imaging b/zlibs/imaging index 4d7faee..d3c5e05 100644 --- a/zlibs/imaging +++ b/zlibs/imaging @@ -119,7 +119,7 @@ image_pack_dist() { notice "compressing image with $_xz" silly pushd $workdir - ${xz} "${image_name}.img" + ${_xz} "${image_name}.img" notice "generating sha256 for ${image_name}.img.xz" sha256sum ${image_name}.img.xz > ${image_name}.img.xz.sha