Browse Source

cpio no longer required, it is delivered

Waldemar Brodkorb 13 years ago
parent
commit
d401a2e190
2 changed files with 0 additions and 7 deletions
  1. 0 1
      README
  2. 0 6
      scripts/scan-tools.sh

+ 0 - 1
README

@@ -16,7 +16,6 @@ Before you can start you need to install some tools:
 - patch
 - gzip
 - bzip2
-- cpio 
 - wget
 - file
 - unzip

+ 0 - 6
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