aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/help2man.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/help2man.rb b/Library/Formula/help2man.rb
index 7ae2cf463..27caf472f 100644
--- a/Library/Formula/help2man.rb
+++ b/Library/Formula/help2man.rb
@@ -7,6 +7,10 @@ class Help2man < Formula
sha256 'f7c85b9af84a87d7da912b62dadf426118841750ed1e4598787a54fddaf82b9c'
def install
+ # install is not parallel safe
+ # see https://github.com/mxcl/homebrew/issues/12609
+ ENV.j1
+
system "./configure", "--prefix=#{prefix}"
system "make install"
end