Commit 7b74ce9f authored by Ed Reel's avatar Ed Reel Committed by Kazushi (Jam) Marukawa

Set TMPDIR as requested by @jam7

parent 69ebe8f4
...@@ -10,6 +10,7 @@ class Git_lfs < Package ...@@ -10,6 +10,7 @@ class Git_lfs < Package
depends_on 'go' depends_on 'go'
def self.build def self.build
ENV['TMPDIR'] = "#{CREW_PREFIX}/tmp"
system 'script/bootstrap' system 'script/bootstrap'
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment