diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/blacklist.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index 7e77279e0..35f7354b6 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 |
