From 64e51c82810ccecb71c8e0894a643c9885591c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez?= Date: Sun, 13 Jul 2025 14:29:59 -0300 Subject: [PATCH] Update build xz mksquashfs v4.7 --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index 2520a31e..4c21f6fd 100755 --- a/build +++ b/build @@ -15,7 +15,7 @@ CWD="$(pwd)" allow_only_root # check for xz -if [ "$(xz --help 2>&1 | grep -i "Compress")" = "" ]; then +if [ "$(mksquashfs -help-section compression 2>&1 | grep "xz")" = "" ]; then echo "xz not found or cannot compress" echo "you may consider installing xz-tools package" exit 1