]> Cypherpunks repositories - gostls13.git/commit
cmd/go: set correct install location for cmd/compile and cmd/link
authorRuss Cox <rsc@golang.org>
Thu, 21 May 2015 17:40:17 +0000 (13:40 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 21 May 2015 17:41:42 +0000 (17:41 +0000)
commit216e5c747d28676beea2287f48a0771fa56bbaf8
treeb7911a2d655da1f98ad5484aa0df03088b512229
parentcf932cd897a3eaf3aa6fec3ba5d0ab1d9107eebb
cmd/go: set correct install location for cmd/compile and cmd/link

Without this, they install to $GOROOT/bin.

Change-Id: Iae4b8f59c8392f6abd841490e56922738089f8d4
Reviewed-on: https://go-review.googlesource.com/10297
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/go/pkg.go