From dd57c7c17b452f555fec0767f3a13e717c2a8cc1 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 30 Mar 2011 18:05:16 +0200 Subject: allow lzma or newer xz-utils to be used --- scripts/scan-tools.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/scan-tools.sh') diff --git a/scripts/scan-tools.sh b/scripts/scan-tools.sh index 7d6d73e53..8834940c7 100644 --- a/scripts/scan-tools.sh +++ b/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 -- cgit v1.2.3