Slrn make install requires make -j1

master
Max Howell 2010-01-24 12:23:20 +00:00
parent e9c4814f26
commit cca9b082a3
1 changed files with 1 additions and 0 deletions

View File

@ -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