From d401a2e1908ba2c1d2fad379eb9d3bf268c3fb50 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 29 Jul 2010 15:44:02 +0200 Subject: cpio no longer required, it is delivered --- README | 1 - scripts/scan-tools.sh | 6 ------ 2 files changed, 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 -- cgit v1.2.3