aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 6e12009660..f21294f5f7 100755
--- a/install.sh
+++ b/install.sh
@@ -26,4 +26,9 @@ echo "Installing Xen from '$src' to '$dst'..."
cp -fdR $src/* $dst
echo "All done."
+echo "Checking to see whether prerequisite tools are installed..."
+cd $src/../check
+./chk install
+echo "All done."
+
exit 0