diff options
| author | Jack Nagel | 2014-03-18 12:13:31 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-18 14:52:52 -0500 |
| commit | 4e5e7512e22abb3e0528df57cbddfaa9b92823fc (patch) | |
| tree | 5ca694e00eb4c79ef8034d35a93dcb5676c5a8d9 /Library/Formula/disco.rb | |
| parent | 1985d139829e1bb7bb2e4c25974cac88886b4022 (diff) | |
| download | homebrew-4e5e7512e22abb3e0528df57cbddfaa9b92823fc.tar.bz2 | |
disco: use patch DSL
Diffstat (limited to 'Library/Formula/disco.rb')
| -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| |
