Commit 4dbe4bed authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #265 from minektur/master

Fixes #233 
parents c2389286 cbb706de
......@@ -7,7 +7,7 @@ class Go < Package
def self.build
FileUtils.cd('src') do
system "./all.bash"
system "TMPDIR=/usr/local/tmp ./make.bash"
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