diff options
| -rw-r--r-- | Library/Formula/cowpatty.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Formula/cowpatty.rb b/Library/Formula/cowpatty.rb index 7dbb8ff58..d680d55be 100644 --- a/Library/Formula/cowpatty.rb +++ b/Library/Formula/cowpatty.rb @@ -6,6 +6,7 @@ class Cowpatty < Formula    sha1 '8b7cb2015d0534031827f2f06135bf5cf5929d35'    def install +    ENV.j1      inreplace "Makefile", "/usr/local/", "#{prefix}/"      system "make install"    end | 
