From ab568800a771efafefb788c7dff53544ecb9225e Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Mon, 11 Jun 2018 10:38:32 -0400 Subject: [PATCH] formula_installer: Check for bottle_unneeded --- Library/Homebrew/formula_installer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 1fd1514e92..28d1278161 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -219,7 +219,7 @@ class FormulaInstaller end def install - if DevelopmentTools.installed? && !pour_bottle? + if !formula.bottle_unneeded? && !pour_bottle? && DevelopmentTools.installed? Install.check_development_tools end