add install_relocation_tools stub
This commit is contained in:
parent
ab10ab42fa
commit
dcfac4f571
@ -166,6 +166,7 @@ class FormulaInstaller
|
|||||||
|
|
||||||
if pour_bottle?(:warn => true)
|
if pour_bottle?(:warn => true)
|
||||||
begin
|
begin
|
||||||
|
install_relocation_tools if formula.bottle.needs_relocation?
|
||||||
pour
|
pour
|
||||||
rescue => e
|
rescue => e
|
||||||
raise if ARGV.homebrew_developer?
|
raise if ARGV.homebrew_developer?
|
||||||
@ -326,6 +327,11 @@ class FormulaInstaller
|
|||||||
@show_header = true unless deps.empty?
|
@show_header = true unless deps.empty?
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def install_relocation_tools
|
||||||
|
ohai "placeholder"
|
||||||
|
true
|
||||||
|
end
|
||||||
|
|
||||||
class DependencyInstaller < FormulaInstaller
|
class DependencyInstaller < FormulaInstaller
|
||||||
def initialize(*)
|
def initialize(*)
|
||||||
super
|
super
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user