From e3d0ea2e6ed2bac255d5fa229eb65b9178781db5 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 19 Mar 2014 20:21:16 -0500 Subject: notmuch: use patch DSL --- Library/Formula/notmuch.rb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Library/Formula') 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}"] -- cgit v1.2.3