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 --- scripts/scan-tools.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'scripts/scan-tools.sh') 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