summaryrefslogtreecommitdiff
path: root/homebrew/foremost/.make.sh-auto
blob: c77d6ef7ad70fcdcaa90267df1beb62252174bd6 (plain)
1
2
3
4
5
pkg:setup
inreplace "Makefile" do |s|
s.gsub! "/usr/", "#{prefix}/"
s.change_make_var! "RAW_CC", ENV.cc
s.change_make_var! "RAW_FLAGS", ENV.cflags