From 4c26224a248944d2ed832b1c9c5ce1ff42f9b400 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 24 Jun 2013 07:34:45 -0700 Subject: [PATCH] Misplaced manpages fail brewbot Closes Homebrew/homebrew#20711. --- Library/Homebrew/formula_installer.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 44e57c7303..9557ac33ad 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -459,6 +459,7 @@ class FormulaInstaller puts "Homebrew requires that man pages live under share." puts 'This can often be fixed by passing "--mandir=#{man}" to configure.' @show_summary_heading = true + Homebrew.failed = true # fatal to Brew Bot end end