aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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}"]