aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-03-18 12:13:31 -0500
committerJack Nagel2014-03-18 14:52:52 -0500
commit7c6b4e2092f0994538f0c61354d91f68a10907cc (patch)
tree0bf442d60e5cb76ce5764617fba3c125bc39dea0
parent4e5e7512e22abb3e0528df57cbddfaa9b92823fc (diff)
downloadhomebrew-7c6b4e2092f0994538f0c61354d91f68a10907cc.tar.bz2
djmount: use patch DSL
-rw-r--r--Library/Formula/djmount.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/djmount.rb b/Library/Formula/djmount.rb
index 6271fab7d..68e5e8ad4 100644
--- a/Library/Formula/djmount.rb
+++ b/Library/Formula/djmount.rb
@@ -9,9 +9,7 @@ class Djmount < Formula
depends_on 'libupnp'
depends_on 'osxfuse'
- def patches
- { :p0 => DATA }
- end
+ patch :p0, :DATA
def install
ENV['FUSE_CFLAGS'] = `pkg-config fuse --cflags`.chomp