Skip to content

Commit

Permalink
ispell: drop no-op inreplace
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Apr 22, 2014
1 parent d67381f commit 57c6e12
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Formula/ispell.rb
Expand Up @@ -23,10 +23,7 @@ def install

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"
Expand Down

0 comments on commit 57c6e12

Please sign in to comment.