From 0b59528d89971b068e71fb59547e166be4d37a5a Mon Sep 17 00:00:00 2001 From: Matthias Kadenbach Date: Fri, 2 May 2014 02:25:35 +0200 Subject: go: use opt prefix for go.tools Closes #28900. Signed-off-by: Jack Nagel --- Library/Formula/go.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3