From 7d9bd252709932f362a17dab3a854da8a47a887d Mon Sep 17 00:00:00 2001 From: Tom Robinson Date: Mon, 15 Feb 2010 21:20:33 -0800 Subject: [PATCH] Disable bootstrap installing prebuilt packages --- bootstrap.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 8d03401f5..8f3a5a1ff 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -166,13 +166,13 @@ if ! prompt; then exit 1 fi -echo "================================================================================" -echo "Would you like to install the pre-built Objective-J and Cappuccino packages?" -echo "If you intend to build Cappuccino yourself this is not neccessary." -extra_packages="" -if prompt; then - extra_packages="objective-j cappuccino" -fi +# echo "================================================================================" +# echo "Would you like to install the pre-built Objective-J and Cappuccino packages?" +# echo "If you intend to build Cappuccino yourself this is not neccessary." +# extra_packages="" +# if prompt; then +# extra_packages="objective-j cappuccino" +# fi echo "Installing necessary packages..."