formula_installer: Check for bottle_unneeded
This commit is contained in:
parent
96ff4102c8
commit
ab568800a7
@ -219,7 +219,7 @@ class FormulaInstaller
|
|||||||
end
|
end
|
||||||
|
|
||||||
def install
|
def install
|
||||||
if DevelopmentTools.installed? && !pour_bottle?
|
if !formula.bottle_unneeded? && !pour_bottle? && DevelopmentTools.installed?
|
||||||
Install.check_development_tools
|
Install.check_development_tools
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user