aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/aspcud.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-17 22:44:48 -0500
committerJack Nagel2014-03-17 22:47:06 -0500
commit2f412143963e09944d27f27b56549e2c09bd2bed (patch)
treebb6a3398099563e55ac3a82f4d0163118d211fe9 /Library/Formula/aspcud.rb
parente8299685ae26880997caeab458fe424b6a7272f3 (diff)
downloadhomebrew-2f412143963e09944d27f27b56549e2c09bd2bed.tar.bz2
aspcud: use patch DSL
Diffstat (limited to 'Library/Formula/aspcud.rb')
-rw-r--r--Library/Formula/aspcud.rb2
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"