From 043e47bde80b034eb4043d874879290dff1aad6d Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 21 Apr 2014 23:56:51 -0500 Subject: ispell: drop no-op inreplace --- Library/Formula/ispell.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Library/Formula') 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" -- cgit v1.2.3