summaryrefslogtreecommitdiff
path: root/homebrew/nethack/.make.sh-auto
blob: c3453fd36068defbf0b11f2f16b37de48aedac3f (plain)
1
2
3
4
5
6
7
8
9
10
pkg:setup
ENV.deparallelize
cd "sys/unix" 
if MacOS.version >= :yosemite
hintfile = "macosx10.10"
else
hintfile = "macosx10.7"
end
inreplace "hints/#{hintfile}", /^HACKDIR=.*/, "HACKDIR=#{libexec}"
sh setup.sh hints/#{hintfile}