diff options
| -rw-r--r-- | Library/Formula/splint.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/splint.rb b/Library/Formula/splint.rb index 8568918d0..759264604 100644 --- a/Library/Formula/splint.rb +++ b/Library/Formula/splint.rb @@ -11,11 +11,12 @@ class Splint < Formula end def install + ENV.j1 # build is not parallel-safe system "./configure", "--disable-debug", "--prefix=#{prefix}", - "--infodir=#{info}", "--mandir=#{man}" + "--infodir=#{info}", + "--mandir=#{man}" system "make" - ENV.j1 # Install fails on 8-core without this. system "make install" end end |
