aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/erlang.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-05-14 11:14:45 -0700
committerAdam Vandenberg2013-05-14 11:17:44 -0700
commitb1a0b48dc445c9ff75e3fd877067a8b0b1369045 (patch)
tree4182711010c3d7c67c1e0a7a65407e15c0334c2a /Library/Formula/erlang.rb
parentac4078c6dfe131954e124737f40073063f29b671 (diff)
downloadhomebrew-b1a0b48dc445c9ff75e3fd877067a8b0b1369045.tar.bz2
erlang: serial install
Diffstat (limited to 'Library/Formula/erlang.rb')
-rw-r--r--Library/Formula/erlang.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb
index e848c430f..771238c9b 100644
--- a/Library/Formula/erlang.rb
+++ b/Library/Formula/erlang.rb
@@ -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'