aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-03-19 20:21:16 -0500
committerJack Nagel2014-03-19 20:43:54 -0500
commite3d0ea2e6ed2bac255d5fa229eb65b9178781db5 (patch)
tree8eb9a3a8e9316f6766a1cb0bed230bd3fcf577a2
parenta5f4c40b975b30b49bc63d0f49e9f502eb152686 (diff)
downloadhomebrew-e3d0ea2e6ed2bac255d5fa229eb65b9178781db5.tar.bz2
notmuch: use patch DSL
-rw-r--r--Library/Formula/notmuch.rb7
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/notmuch.rb b/Library/Formula/notmuch.rb
index c618d9241..ed8386b57 100644
--- a/Library/Formula/notmuch.rb
+++ b/Library/Formula/notmuch.rb
@@ -27,11 +27,8 @@ class Notmuch < Formula
depends_on 'talloc'
depends_on 'gmime'
- def patches
- p = []
- # Fix for mkdir behavior change in 10.9: http://notmuchmail.org/pipermail/notmuch/2013/016388.html
- p << DATA
- end
+ # Fix for mkdir behavior change in 10.9: http://notmuchmail.org/pipermail/notmuch/2013/016388.html
+ patch :DATA
def install
args = ["--prefix=#{prefix}"]