From 16011e402a22d0830aefdb23cb77f886199c265b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 24 Oct 2009 17:11:49 +0200 Subject: add basic qemu-arm support, add compression choice --- scripts/scan-tools.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scripts/scan-tools.sh') diff --git a/scripts/scan-tools.sh b/scripts/scan-tools.sh index d63391f66..fb2f957e6 100644 --- a/scripts/scan-tools.sh +++ b/scripts/scan-tools.sh @@ -127,6 +127,12 @@ 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. + echo + out=1 +fi + if ! which bzip2 >/dev/null 2>&1; then echo You must install bzip2 to continue. echo -- cgit v1.2.3