diff options
| author | Jack Nagel | 2014-03-17 22:44:48 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-03-17 22:47:06 -0500 | 
| commit | 2f412143963e09944d27f27b56549e2c09bd2bed (patch) | |
| tree | bb6a3398099563e55ac3a82f4d0163118d211fe9 /Library/Formula/aspcud.rb | |
| parent | e8299685ae26880997caeab458fe424b6a7272f3 (diff) | |
| download | homebrew-2f412143963e09944d27f27b56549e2c09bd2bed.tar.bz2 | |
aspcud: use patch DSL
Diffstat (limited to 'Library/Formula/aspcud.rb')
| -rw-r--r-- | Library/Formula/aspcud.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/aspcud.rb b/Library/Formula/aspcud.rb index 2a6a64ab3..445ab3fdf 100644 --- a/Library/Formula/aspcud.rb +++ b/Library/Formula/aspcud.rb @@ -11,7 +11,7 @@ class Aspcud < Formula    depends_on 'gringo'    depends_on 'clasp' -  def patches; DATA; end +  patch :DATA    def install      system "make"  | 
