From 70d3fb326437228aa3b54aa0629fef077147a6ce Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 20 Mar 2014 14:05:21 -0500 Subject: tinyscheme: use patch DSL --- Library/Formula/tinyscheme.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/tinyscheme.rb b/Library/Formula/tinyscheme.rb index 7900f33f0..4da41db5c 100644 --- a/Library/Formula/tinyscheme.rb +++ b/Library/Formula/tinyscheme.rb @@ -8,9 +8,7 @@ class Tinyscheme < Formula conflicts_with 'mit-scheme', :because => 'both install a `scheme` binary' # Modify compile flags for Mac OS X per instructions - def patches - DATA - end + patch :DATA def install system 'make', "INITDEST=#{share}" -- cgit v1.2.3