aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/formula_installer.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
index e65628376..5c6637261 100644
--- a/Library/Homebrew/formula_installer.rb
+++ b/Library/Homebrew/formula_installer.rb
@@ -89,7 +89,10 @@ class FormulaInstaller
unless bottle.compatible_cellar?
if install_bottle_options[:warn]
- opoo "Building source; cellar of #{formula.full_name}'s bottle is #{bottle.cellar}"
+ opoo <<-EOS.undent
+ Building #{formula.full_name} from source:
+ The bottle needs a #{bottle.cellar} Cellar (yours is #{HOMEBREW_CELLAR}).
+ EOS
end
return false
end