aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-24 07:34:45 -0700
committerAdam Vandenberg2013-06-24 07:34:45 -0700
commit3505565227056aed7e8c2de7cb39cb2598a65f2a (patch)
treeb7d2ce5e806228800ca85637914aee62e2ab1dda /Library
parentc521b1afb1640eeaea6024ecb45a1eb0fcdda37f (diff)
downloadhomebrew-3505565227056aed7e8c2de7cb39cb2598a65f2a.tar.bz2
Misplaced manpages fail brewbot
Closes #20711.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula_installer.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
index 44e57c730..9557ac33a 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