diff options
| author | Max Howell | 2010-01-24 12:23:20 +0000 |
|---|---|---|
| committer | Max Howell | 2010-01-24 12:27:40 +0000 |
| commit | 1001c2765a29c32b99283eee84abd3dd5d2dc47d (patch) | |
| tree | 0a9858bbed6a0f14742e7d78a6616f01b05f110b | |
| parent | e0e5a33392199abc9ee6c721810e857e6910efd3 (diff) | |
| download | homebrew-1001c2765a29c32b99283eee84abd3dd5d2dc47d.tar.bz2 | |
Slrn make install requires make -j1
| -rw-r--r-- | Library/Formula/slrn.rb | 1 |
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 |
