diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index d9565ddd7c..66a44a9cde 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -502,7 +502,7 @@ class FormulaInstaller end end - if pour_bottle + if pour_bottle && !Keg.relocation_formulae.include?(formula.name) bottle_deps = Keg.relocation_formulae .map { |formula| Dependency.new(formula) } .reject do |dep|