Commit 266d146e authored by Damian Montero's avatar Damian Montero Committed by GitHub

Merge pull request #509 from seitensei/patch-2

Set GOROOT_BOOTSTRAP to existing go installation
parents ded22d18 157c639e
......@@ -18,7 +18,8 @@ class Go < Package
TMPDIR=/usr/local/tmp \
./make.bash"
else
system "TMPDIR=/usr/local/tmp ./make.bash"
system "GOROOT_BOOTSTRAP=/usr/local/lib/go \
TMPDIR=/usr/local/tmp ./make.bash"
end
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