diff options
| author | Jack Nagel | 2014-03-19 20:21:14 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 20:43:53 -0500 |
| commit | b5b1cad751aff72284addcd0299a925283e9a90f (patch) | |
| tree | 9cef08111803eacf5a72e52bb437b1bea38eb7a9 /Library | |
| parent | d400e853f63ecd6004a3a524443bd7f601d96c4f (diff) | |
| download | homebrew-b5b1cad751aff72284addcd0299a925283e9a90f.tar.bz2 | |
minizinc: use patch DSL
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/minizinc.rb | 8 |
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 |
