diff options
| author | Jack Nagel | 2014-03-19 20:21:14 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 20:43:52 -0500 |
| commit | 6b2304810f963b96aff77e25b9992185ecce3253 (patch) | |
| tree | 77ad21615040ee6556d6a64ebd52601ad864037e /Library | |
| parent | 15be4fd133a94184e60b4b9a70f8224a80802be8 (diff) | |
| download | homebrew-6b2304810f963b96aff77e25b9992185ecce3253.tar.bz2 | |
mimms: use patch DSL
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mimms.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/mimms.rb b/Library/Formula/mimms.rb index a47741754..c5f1a67c8 100644 --- a/Library/Formula/mimms.rb +++ b/Library/Formula/mimms.rb @@ -11,9 +11,7 @@ class Mimms < Formula # Switch shared library loading to Mach-O naming convention (.dylib) # Matching upstream bug report: http://savannah.nongnu.org/bugs/?29684 # Fix installation path for man page to $(brew --prefix)/share/man - def patches - DATA - end + patch :DATA def install system "python", "setup.py", "install", "--prefix=#{prefix}" |
