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 'pkg-config' => :build
|
||||||
depends_on 'osxfuse'
|
depends_on 'osxfuse'
|
||||||
|
|
||||||
def patches
|
# Fix scripts to work on Mac OS X.
|
||||||
# Fix scripts to work on Mac OS X.
|
patch :DATA
|
||||||
DATA
|
|
||||||
end
|
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "./configure", "--disable-debug",
|
system "./configure", "--disable-debug",
|
||||||
|
|
Loading…
Reference in a new issue