diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ispell.rb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/ispell.rb b/Library/Formula/ispell.rb index bd8452538..6701b71b2 100644 --- a/Library/Formula/ispell.rb +++ b/Library/Formula/ispell.rb @@ -23,10 +23,7 @@ class Ispell < Formula system "make config.sh" chmod 0644, "config.sh" - inreplace "config.sh" do |s| - s.gsub! '/usr/share/dict', "#{share}/dict" - s.gsub! /yacc/, "yacc" - end + inreplace "config.sh", "/usr/share/dict", "#{share}/dict" (lib/'ispell').mkpath system "make all" |
