diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/djmount.rb | 4 |
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 |
