From feb1e4c360aa6be4ba5ced7589cb81d8de8aeeed Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 21 Aug 2013 14:59:19 -0500 Subject: ispell: move non-libs into subdirectory --- Library/Formula/ispell.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3