diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/disco.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/disco.rb b/Library/Formula/disco.rb index ec06fcc15..60ee437b6 100644 --- a/Library/Formula/disco.rb +++ b/Library/Formula/disco.rb @@ -12,10 +12,8 @@ class Disco < Formula depends_on 'simplejson' => :python if MacOS.version <= :leopard depends_on 'libcmph' - def patches - # Modifies config for single-node operation - DATA - end + # Modifies config for single-node operation + patch :DATA def install inreplace "Makefile" do |s| |
