aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/emacs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb
index 477bd4754..06a75e45f 100644
--- a/Library/Formula/emacs.rb
+++ b/Library/Formula/emacs.rb
@@ -76,7 +76,7 @@ class Emacs < Formula
def install
# HEAD builds blow up when built in parallel as of April 20 2012
- ENV.j1 if build.head?
+ ENV.deparallelize if build.head?
args = ["--prefix=#{prefix}",
"--without-dbus",