halibut: deparallelize the build

The parallelized build failure contains errors such as
  error: unterminated conditional directive
  error: expected '}'
  error: expected ';' after top level declarator

Closes Homebrew/homebrew#49871.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
ilovezfs 2016-03-08 01:41:08 -08:00 committed by Xu Cheng
parent c8a3d878e7
commit 1d29109bd0

View file

@ -15,6 +15,9 @@ class Halibut < Formula
end
def install
# Reported to Simon Tatham (anakin@pobox.com) on 8th Mar 2016.
ENV.deparallelize
bin.mkpath
man1.mkpath