help2man: use ENV.deparallelize.

This commit is contained in:
Mike McQuaid 2016-12-19 17:24:52 +00:00
parent f37c716249
commit 5f41878bc6

View file

@ -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"