Explorar o código

allow lzma or newer xz-utils to be used

Waldemar Brodkorb %!s(int64=14) %!d(string=hai) anos
pai
achega
dd57c7c17b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      scripts/scan-tools.sh

+ 2 - 2
scripts/scan-tools.sh

@@ -112,8 +112,8 @@ if ! which gzip >/dev/null 2>&1; then
 	out=1
 fi
 
-if ! which lzma >/dev/null 2>&1; then
-	echo You must install lzma to continue.
+if ! which lzma >/dev/null 2>&1 && ! which xz >/dev/null 2>&1; then
+	echo You must install lzma or xz-utils to continue.
 	echo
 	out=1
 fi