avfs: use patch DSL
This commit is contained in:
parent
2edc2a4045
commit
6da1dc1ce6
1 changed files with 2 additions and 4 deletions
|
@ -8,10 +8,8 @@ class Avfs < Formula
|
|||
depends_on 'pkg-config' => :build
|
||||
depends_on 'osxfuse'
|
||||
|
||||
def patches
|
||||
# Fix scripts to work on Mac OS X.
|
||||
DATA
|
||||
end
|
||||
# Fix scripts to work on Mac OS X.
|
||||
patch :DATA
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug",
|
||||
|
|
Loading…
Reference in a new issue