From: Roger Pau Monne Date: Wed, 29 Feb 2012 14:36:04 +0000 (+0000) Subject: install: remove old checks from install.sh X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=51efccc2cd7f7890a741eeace894f6e91bc4958e;p=xen.git install: remove old checks from install.sh Signed-off-by: Roger Pau Monne Acked-by: Ian Jackson Committed-by: Ian Jackson --- diff --git a/install.sh b/install.sh index 691214e638..db4604c5a4 100755 --- a/install.sh +++ b/install.sh @@ -49,9 +49,4 @@ rm -rf "$tmp" echo "All done." -echo "Checking to see whether prerequisite tools are installed..." -cd $src/../check -./chk install -echo "All done." - exit 0