aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-17 22:44:50 -0500
committerJack Nagel2014-03-17 22:47:06 -0500
commit4a87c7ff142a3cd9921723d7db873ad58304a692 (patch)
tree4ed1afc4fce0ff728087f3b44248a59537cd923e /Library
parente293f77efc76b95282dadf9a262e6e685d38449b (diff)
downloadhomebrew-4a87c7ff142a3cd9921723d7db873ad58304a692.tar.bz2
avfs: use patch DSL
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/avfs.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/avfs.rb b/Library/Formula/avfs.rb
index b47edacce..2b257373c 100644
--- a/Library/Formula/avfs.rb
+++ b/Library/Formula/avfs.rb
@@ -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",