help2man: use ENV.deparallelize.
This commit is contained in:
parent
f37c716249
commit
5f41878bc6
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class Help2man < Formula
|
|||
def install
|
||||
# install is not parallel safe
|
||||
# see https://github.com/Homebrew/homebrew/issues/12609
|
||||
ENV.j1
|
||||
ENV.deparallelize
|
||||
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make", "install"
|
||||
|
|
Loading…
Reference in a new issue