projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c33ab9
)
install: remove old checks from install.sh
author
Roger Pau Monne
<roger.pau@entel.upc.edu>
Wed, 29 Feb 2012 14:36:04 +0000
(14:36 +0000)
committer
Roger Pau Monne
<roger.pau@entel.upc.edu>
Wed, 29 Feb 2012 14:36:04 +0000
(14:36 +0000)
Signed-off-by: Roger Pau Monne <roger.pau@entel.upc.edu>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
install.sh
patch
|
blob
|
history
diff --git
a/install.sh
b/install.sh
index 691214e638c97b1a9cf29cb151f26ab5bd9be3bb..db4604c5a4c7b95715dc4e8cb448b98de057f1b1 100755
(executable)
--- 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