diagnostic: tweak /usr/local messaging.

Highlight that the main reason for preferring /usr/local is because of
bottles. There's been some confusion around this e.g.
https://github.com/Homebrew/homebrew-core/issues/3968
This commit is contained in:
Mike McQuaid 2016-08-25 15:29:43 +01:00
parent 72846fac47
commit 2691cf1b8b

View File

@ -443,8 +443,9 @@ module Homebrew
<<-EOS.undent
Your Homebrew is not installed to /usr/local
You can install Homebrew anywhere you want, but some brews may only build
correctly if you install in /usr/local. Sorry!
You can install Homebrew anywhere you want but some bottles (binary
packages) can only be used in /usr/local and some formulae (packages)
may not build correctly unless you install in /usr/local. Sorry!
EOS
end