summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-29 15:44:02 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-29 15:44:02 +0200
commitd401a2e1908ba2c1d2fad379eb9d3bf268c3fb50 (patch)
tree7964f12bd5dd2667a7899407a64509645abde3ee
parent5c9e89a9fb7c76653b3d1173ee57511ec05f3e69 (diff)
cpio no longer required, it is delivered
-rw-r--r--README1
-rw-r--r--scripts/scan-tools.sh6
2 files changed, 0 insertions, 7 deletions
diff --git a/README b/README
index 1f4e43461..156d726e2 100644
--- a/README
+++ b/README
@@ -16,7 +16,6 @@ Before you can start you need to install some tools:
- patch
- gzip
- bzip2
-- cpio
- wget
- file
- unzip
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