aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/disco.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-18 12:13:31 -0500
committerJack Nagel2014-03-18 14:52:52 -0500
commit4e5e7512e22abb3e0528df57cbddfaa9b92823fc (patch)
tree5ca694e00eb4c79ef8034d35a93dcb5676c5a8d9 /Library/Formula/disco.rb
parent1985d139829e1bb7bb2e4c25974cac88886b4022 (diff)
downloadhomebrew-4e5e7512e22abb3e0528df57cbddfaa9b92823fc.tar.bz2
disco: use patch DSL
Diffstat (limited to 'Library/Formula/disco.rb')
-rw-r--r--Library/Formula/disco.rb6
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|