aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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