aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-20 14:05:21 -0500
committerJack Nagel2014-03-20 23:31:20 -0500
commit70d3fb326437228aa3b54aa0629fef077147a6ce (patch)
tree87ff9b355db266393baa6b254c0f8f8107d6fff6 /Library/Formula
parentec617372523fa8b997b42c614e8e97151d56def6 (diff)
downloadhomebrew-70d3fb326437228aa3b54aa0629fef077147a6ce.tar.bz2
tinyscheme: use patch DSL
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/tinyscheme.rb4
1 files changed, 1 insertions, 3 deletions
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}"