formula_installer: improve bottle cellar message.
This commit is contained in:
parent
e62dc13252
commit
c5ec986c72
@ -89,7 +89,10 @@ class FormulaInstaller
|
|||||||
|
|
||||||
unless bottle.compatible_cellar?
|
unless bottle.compatible_cellar?
|
||||||
if install_bottle_options[:warn]
|
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
|
end
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user