From dcfac4f5714c8d37e38b62b2c735b29d3805c28e Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Wed, 27 May 2015 23:05:16 -0400 Subject: add install_relocation_tools stub --- Library/Homebrew/formula_installer.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Library') diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 9ea9b31ae..ed02abb9a 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -166,6 +166,7 @@ class FormulaInstaller if pour_bottle?(:warn => true) begin + install_relocation_tools if formula.bottle.needs_relocation? pour rescue => e raise if ARGV.homebrew_developer? @@ -326,6 +327,11 @@ class FormulaInstaller @show_header = true unless deps.empty? end + def install_relocation_tools + ohai "placeholder" + true + end + class DependencyInstaller < FormulaInstaller def initialize(*) super -- cgit v1.2.3