regina-rexx: use ENV.deparallelize.
This commit is contained in:
parent
f2e4b46297
commit
76738ae9cf
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue