fix $_xz bug
This commit is contained in:
parent
ee56a54cf5
commit
6cdae5fd4d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue