Skip to content

Commit

Permalink
help2man: fix audit warning
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
jacknagel committed Jun 10, 2012
1 parent 96caeae commit 00f1a48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Library/Formula/help2man.rb
Expand Up @@ -7,9 +7,9 @@ class Help2man < Formula
sha256 'f7c85b9af84a87d7da912b62dadf426118841750ed1e4598787a54fddaf82b9c' sha256 'f7c85b9af84a87d7da912b62dadf426118841750ed1e4598787a54fddaf82b9c'


def install def install
# install is not parallel safe # install is not parallel safe
# see https://github.com/mxcl/homebrew/issues/12609 # see https://github.com/mxcl/homebrew/issues/12609
ENV.j1 ENV.j1


system "./configure", "--prefix=#{prefix}" system "./configure", "--prefix=#{prefix}"
system "make install" system "make install"
Expand Down

0 comments on commit 00f1a48

Please sign in to comment.