From b5b1cad751aff72284addcd0299a925283e9a90f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 19 Mar 2014 20:21:14 -0500 Subject: minizinc: use patch DSL --- Library/Formula/minizinc.rb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3