aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/go.rb
diff options
context:
space:
mode:
authorMatthias Kadenbach2014-05-02 02:25:35 +0200
committerJack Nagel2014-05-01 20:28:29 -0500
commit0b59528d89971b068e71fb59547e166be4d37a5a (patch)
treea1a63afd3a8853f563197326c2c22521edcf45a9 /Library/Formula/go.rb
parent1cabc60d1c7fcc6d32d7dbbe84888ec2167dd24c (diff)
downloadhomebrew-0b59528d89971b068e71fb59547e166be4d37a5a.tar.bz2
go: use opt prefix for go.tools
Closes #28900. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/go.rb')
-rw-r--r--Library/Formula/go.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb
index 9b4bbb2cb..584d6d53e 100644
--- a/Library/Formula/go.rb
+++ b/Library/Formula/go.rb
@@ -84,7 +84,7 @@ class Go < Formula
go get code.google.com/p/go.tools/cmd/vet
You may wish to add the GOROOT-based install location to your PATH:
- export PATH=$PATH:#{libexec}/bin
+ export PATH=$PATH:#{opt_libexec}/bin
EOS
end