formula_installer: require "install"
This commit is contained in:
parent
ab568800a7
commit
dabf5c40a1
@ -13,6 +13,7 @@ require "emoji"
|
|||||||
require "development_tools"
|
require "development_tools"
|
||||||
require "cache_store"
|
require "cache_store"
|
||||||
require "linkage_checker"
|
require "linkage_checker"
|
||||||
|
require "install"
|
||||||
|
|
||||||
class FormulaInstaller
|
class FormulaInstaller
|
||||||
include FormulaCellarChecks
|
include FormulaCellarChecks
|
||||||
@ -220,7 +221,7 @@ class FormulaInstaller
|
|||||||
|
|
||||||
def install
|
def install
|
||||||
if !formula.bottle_unneeded? && !pour_bottle? && DevelopmentTools.installed?
|
if !formula.bottle_unneeded? && !pour_bottle? && DevelopmentTools.installed?
|
||||||
Install.check_development_tools
|
Homebrew::Install.check_development_tools
|
||||||
end
|
end
|
||||||
|
|
||||||
# not in initialize so upgrade can unlink the active keg before calling this
|
# not in initialize so upgrade can unlink the active keg before calling this
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user