fdclone: use ENV.deparallelize.

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

View file

@ -16,7 +16,7 @@ class Fdclone < Formula
patch :DATA
def install
ENV.j1
ENV.deparallelize
system "make", "PREFIX=#{prefix}", "all"
system "make", "MANTOP=#{man}", "install"