flake: use ENV.deparallelize.

This commit is contained in:
Mike McQuaid 2016-12-19 17:24:52 +00:00
parent 1143e48c36
commit 0150d27ca6

View file

@ -13,7 +13,7 @@ class Flake < Formula
end
def install
ENV.j1
ENV.deparallelize
system "./configure", "--disable-debug", "--prefix=#{prefix}"
system "make"
system "make", "install"