tinyscheme: use patch DSL

This commit is contained in:
Jack Nagel 2014-03-20 14:05:21 -05:00
parent 80dc3007b7
commit 1e21b7ce43

View file

@ -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}"