aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorCharlie Sharpsteen2011-08-27 11:55:51 -0700
committerCharlie Sharpsteen2011-08-27 11:56:18 -0700
commite994783c4a9f8ab2209894461379e186c52db53d (patch)
treeafec5243b8ffeb54fbf5723233ce024dfaf16ce3 /Library/Formula
parent82cb3221e086de35379147672a10980a32a86de4 (diff)
downloadhomebrew-e994783c4a9f8ab2209894461379e186c52db53d.tar.bz2
Auctex: Serialize installs
`make install` fails randomly if more than one thread is used.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/auctex.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/auctex.rb b/Library/Formula/auctex.rb
index a5009687f..3132acb93 100644
--- a/Library/Formula/auctex.rb
+++ b/Library/Formula/auctex.rb
@@ -42,6 +42,7 @@ class Auctex < Formula
"--with-emacs=#{which_emacs}", "--with-lispdir=#{brew_lispdir}"
system "make"
+ ENV.deparallelize # Needs a serialized install
system "make install"
end