fix $_xz bug

This commit is contained in:
parazyd 2017-06-26 18:46:05 +02:00
parent ee56a54cf5
commit 6cdae5fd4d
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 1 additions and 1 deletions

View File

@ -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