diff options
| author | Jack Nagel | 2014-03-20 14:05:21 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-20 23:31:20 -0500 |
| commit | 70d3fb326437228aa3b54aa0629fef077147a6ce (patch) | |
| tree | 87ff9b355db266393baa6b254c0f8f8107d6fff6 /Library/Formula | |
| parent | ec617372523fa8b997b42c614e8e97151d56def6 (diff) | |
| download | homebrew-70d3fb326437228aa3b54aa0629fef077147a6ce.tar.bz2 | |
tinyscheme: use patch DSL
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tinyscheme.rb | 4 |
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}" |
