aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ispell.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/ispell.rb b/Library/Formula/ispell.rb
index d49062dda..36740b5fa 100644
--- a/Library/Formula/ispell.rb
+++ b/Library/Formula/ispell.rb
@@ -15,6 +15,7 @@ class Ispell < Formula
inreplace "local.h" do |s|
s.gsub! '/usr/local', prefix
s.gsub! '/man/man', '/share/man/man'
+ s.gsub! '/lib', '/lib/ispell'
end
chmod 0644, "correct.c"
@@ -27,7 +28,7 @@ class Ispell < Formula
s.gsub! /yacc/, MacOS.locate('yacc')
end
- lib.mkpath
+ (lib/'ispell').mkpath
system "make all"
system "make install"
end