From 6ab97f75be351e06aea97355dee043912d549364 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Thu, 13 Oct 2011 21:56:49 -0500 Subject: [PATCH] add Xcode to the blacklist Closes Homebrew/homebrew#8106. Signed-off-by: Charlie Sharpsteen --- Library/Homebrew/blacklist.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index 7e77279e0f..35f7354b63 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -57,5 +57,12 @@ def blacklisted? name EOS when /(lib)?lzma/ "lzma is now part of the xz formula." + when 'xcode' then <<-EOS.undent + Xcode can be installed via the App Store (on Lion), or from: + http://connect.apple.com/ + + If you download from the App Store, make sure you run the installer + placed in /Applications after the download completes. + EOS end end