aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMax Howell2010-01-24 12:23:20 +0000
committerMax Howell2010-01-24 12:27:40 +0000
commit1001c2765a29c32b99283eee84abd3dd5d2dc47d (patch)
tree0a9858bbed6a0f14742e7d78a6616f01b05f110b /Library/Formula
parente0e5a33392199abc9ee6c721810e857e6910efd3 (diff)
downloadhomebrew-1001c2765a29c32b99283eee84abd3dd5d2dc47d.tar.bz2
Slrn make install requires make -j1
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/slrn.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/slrn.rb b/Library/Formula/slrn.rb
index cd6192bcb..a45498813 100644
--- a/Library/Formula/slrn.rb
+++ b/Library/Formula/slrn.rb
@@ -19,6 +19,7 @@ class Slrn <Formula
system "make all slrnpull"
bin.mkpath()
man1.mkpath()
+ ENV.j1 # yep, install is broken
system "make install"
end
end