unac: use ENV.deparallelize.

This commit is contained in:
Mike McQuaid 2016-12-19 17:24:55 +00:00
parent 35f5836ef0
commit 8afc42636a

View file

@ -47,7 +47,7 @@ class Unac < Formula
# Separate steps to prevent race condition in folder creation
system "make"
ENV.j1
ENV.deparallelize
system "make", "install"
end