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