afflib: use patch DSL

master
Jack Nagel 2014-03-17 22:44:46 -05:00
parent 95906f192f
commit 809e06e7d2
1 changed files with 3 additions and 5 deletions

View File

@ -11,11 +11,9 @@ class Afflib < Formula
depends_on 'expat' => :optional
depends_on 'osxfuse' => :optional
def patches
# This patch fixes a bug reported upstream over there
# https://github.com/simsong/AFFLIBv3/issues/4
DATA
end
# This patch fixes a bug reported upstream over there
# https://github.com/simsong/AFFLIBv3/issues/4
patch :DATA
def install
system "sh bootstrap.sh"