diff options
| author | Jack Nagel | 2014-04-21 23:56:51 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-04-21 23:56:51 -0500 |
| commit | 043e47bde80b034eb4043d874879290dff1aad6d (patch) | |
| tree | 51def8ebcbb22723a23ca84a93b5e46c736151c2 /Library | |
| parent | 7f62b4a45d14d4153ad3852de7ed52bcbfa44454 (diff) | |
| download | homebrew-043e47bde80b034eb4043d874879290dff1aad6d.tar.bz2 | |
ispell: drop no-op inreplace
Diffstat (limited to 'Library')
| -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" |
