erlang: serial install

This commit is contained in:
Adam Vandenberg 2013-05-14 11:14:45 -07:00
parent 88676e29f4
commit 713a47bebf

View file

@ -84,6 +84,7 @@ class Erlang < Formula
system "./configure", *args
touch 'lib/wx/SKIP' if MacOS.version >= :snow_leopard
system "make"
ENV.j1 # Install is not thread-safe; can try to create folder twice and fail
system "make install"
unless build.include? 'no-docs'