add Xcode to the blacklist
Closes Homebrew/homebrew#8106. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
4da0b506f4
commit
6ab97f75be
@ -57,5 +57,12 @@ def blacklisted? name
|
|||||||
EOS
|
EOS
|
||||||
when /(lib)?lzma/
|
when /(lib)?lzma/
|
||||||
"lzma is now part of the xz formula."
|
"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
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user