diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-10-31 17:51:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-10-31 17:51:11 +0100 |
commit | 5dd0e62fa8d9366998288e7f384e48dad02949e1 (patch) | |
tree | 15be68c3f01f7d93037c425c35b14a7edc155a5f /scripts/scan-tools.sh | |
parent | 1d18ffa427852084c6bf378eaa76c2e9116cdea7 (diff) | |
parent | 1dcee6fbc23e59cd5a2111e74ae4915d56576174 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts/scan-tools.sh')
-rw-r--r-- | scripts/scan-tools.sh | 6 |
1 files changed, 6 insertions, 0 deletions
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 |