aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-19 20:21:14 -0500
committerJack Nagel2014-03-19 20:43:52 -0500
commit6b2304810f963b96aff77e25b9992185ecce3253 (patch)
tree77ad21615040ee6556d6a64ebd52601ad864037e /Library
parent15be4fd133a94184e60b4b9a70f8224a80802be8 (diff)
downloadhomebrew-6b2304810f963b96aff77e25b9992185ecce3253.tar.bz2
mimms: use patch DSL
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mimms.rb4
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}"