aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/go.rb
diff options
context:
space:
mode:
authorMax Howell2009-12-21 18:00:02 +0000
committerMax Howell2009-12-21 18:00:18 +0000
commitf3a314fd2b7b3e2c09d1b1f3a7e08fa1a67ce7a3 (patch)
tree33d20d5735cc2c6ec7fedc7b3714ac2fb4309a9c /Library/Formula/go.rb
parent49dd90030fd9375bf6864db6cd85a89102c217f0 (diff)
downloadhomebrew-f3a314fd2b7b3e2c09d1b1f3a7e08fa1a67ce7a3.tar.bz2
Go won't install with multiple make jobs
Fixes #237.
Diffstat (limited to 'Library/Formula/go.rb')
-rw-r--r--Library/Formula/go.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb
index 41813b4de..677f57a5f 100644
--- a/Library/Formula/go.rb
+++ b/Library/Formula/go.rb
@@ -17,6 +17,7 @@ class Go <Formula
end
def install
+ ENV.j1 # http://github.com/mxcl/homebrew/issues/#issue/237
prefix.install cruft<<'misc'
Dir.chdir prefix
FileUtils.mkdir %w[pkg bin lib]