Misplaced manpages fail brewbot

Closes Homebrew/homebrew#20711.
This commit is contained in:
Adam Vandenberg 2013-06-24 07:34:45 -07:00
parent 1a72c85a05
commit 4c26224a24

View File

@ -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