From 2cfb03f85e084bcc3b0df076bb3c922a76232a8b Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 2 Dec 2013 12:44:28 -0600 Subject: Re-check requirements if a bottle installation fails --- Library/Homebrew/formula_installer.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 0a0f61aeb..5f43919c7 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -141,7 +141,10 @@ class FormulaInstaller build_bottle_preinstall if ARGV.build_bottle? unless @poured_bottle - install_dependencies if @pour_failed && !ignore_deps + if @pour_failed and not ignore_deps + check_requirements + install_dependencies + end build clean end -- cgit v1.2.3