diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-29 15:44:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-29 15:44:02 +0200 |
commit | d401a2e1908ba2c1d2fad379eb9d3bf268c3fb50 (patch) | |
tree | 7964f12bd5dd2667a7899407a64509645abde3ee /scripts | |
parent | 5c9e89a9fb7c76653b3d1173ee57511ec05f3e69 (diff) |
cpio no longer required, it is delivered
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/scan-tools.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/scan-tools.sh b/scripts/scan-tools.sh index 6d12c80e6..0837c9613 100644 --- a/scripts/scan-tools.sh +++ b/scripts/scan-tools.sh @@ -137,12 +137,6 @@ if ! which bzip2 >/dev/null 2>&1; then out=1 fi -if ! which cpio >/dev/null 2>&1; then - echo You must install cpio to continue. - echo - out=1 -fi - if ! which unzip >/dev/null 2>&1; then echo You must install unzip to continue. echo |