regina-rexx: use ENV.deparallelize.

This commit is contained in:
Mike McQuaid 2016-12-19 17:24:54 +00:00
parent f2e4b46297
commit 76738ae9cf

View file

@ -13,7 +13,7 @@ class ReginaRexx < Formula
end
def install
ENV.j1 # No core usage for you, otherwise race condition = missing files.
ENV.deparallelize # No core usage for you, otherwise race condition = missing files.
system "./configure", "--disable-debug",
"--prefix=#{prefix}"
system "make", "install"