diff options
-rw-r--r-- | dev-go/go-tools/go-tools-0_pre20150823-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-go/go-tools/go-tools-0_pre20150823-r1.ebuild b/dev-go/go-tools/go-tools-0_pre20150823-r1.ebuild index 887effab69f0..030ff9e2a489 100644 --- a/dev-go/go-tools/go-tools-0_pre20150823-r1.ebuild +++ b/dev-go/go-tools/go-tools-0_pre20150823-r1.ebuild @@ -94,7 +94,7 @@ src_install() { doexe "${T}/goroot/pkg/tool/$(go env GOOS)_$(go env GOARCH)/cover" doexe "${T}/goroot/pkg/tool/$(go env GOOS)_$(go env GOARCH)/vet" else - rm "${D}"/usr/bin/{cover,vet} || + rm "${D}"$(go env GOROOT)/bin/{cover,vet} || die "unable to remove cover and vet" fi } |