aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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}"