diff options
| -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"  | 
