Emphasise the consequence of not installing to /usr/local

This commit is contained in:
Max Howell 2011-07-29 14:33:59 +01:00
parent 01a779655c
commit 76745610ec

View File

@ -307,6 +307,7 @@ def check_homebrew_prefix
unless HOMEBREW_PREFIX.to_s == '/usr/local'
puts <<-EOS.undent
You can install Homebrew anywhere you want, but some brews may only work
You can install Homebrew anywhere you want, but some brews may only build
correctly if you install to /usr/local.
EOS