aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-19 20:21:14 -0500
committerJack Nagel2014-03-19 20:43:53 -0500
commitb5b1cad751aff72284addcd0299a925283e9a90f (patch)
tree9cef08111803eacf5a72e52bb437b1bea38eb7a9 /Library
parentd400e853f63ecd6004a3a524443bd7f601d96c4f (diff)
downloadhomebrew-b5b1cad751aff72284addcd0299a925283e9a90f.tar.bz2
minizinc: use patch DSL
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/minizinc.rb8
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/minizinc.rb b/Library/Formula/minizinc.rb
index 6a7b55dff..160c6cc5c 100644
--- a/Library/Formula/minizinc.rb
+++ b/Library/Formula/minizinc.rb
@@ -7,11 +7,9 @@ class Minizinc < Formula
depends_on :arch => :x86_64
- def patches
- # remove echoed recommendations about linking directories
- # add installation location as parameter of SETUP script
- DATA
- end
+ # remove echoed recommendations about linking directories
+ # add installation location as parameter of SETUP script
+ patch :DATA
def install
system "sh", "SETUP", libexec