aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-08-21 14:59:19 -0500
committerJack Nagel2013-08-21 14:59:19 -0500
commitfeb1e4c360aa6be4ba5ced7589cb81d8de8aeeed (patch)
tree0ee36e9b9683fd0fbc723ba35cd589eea566a201 /Library
parent80114378e921d7bd651eb67ad436b6a2bb0b1bf1 (diff)
downloadhomebrew-feb1e4c360aa6be4ba5ced7589cb81d8de8aeeed.tar.bz2
ispell: move non-libs into subdirectory
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