notmuch: use patch DSL

master
Jack Nagel 2014-03-19 20:21:16 -05:00
parent cbb8a5f59f
commit 925503e1c0
1 changed files with 2 additions and 5 deletions

View File

@ -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}"]