diff options
| author | Adam Vandenberg | 2010-11-21 15:59:54 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-11-21 15:59:54 -0800 |
| commit | c866bb17651eb7036c2a6ac1c0858f352fdffc7b (patch) | |
| tree | 2eac4a157401873e0f1ea8a11ab0ace158aa9a76 /Library/Formula | |
| parent | 8cb2abc532cd5affa6181ff9db097f8f3d070ce0 (diff) | |
| download | homebrew-c866bb17651eb7036c2a6ac1c0858f352fdffc7b.tar.bz2 | |
Fix go caveats
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/go.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb index 578e08acd..fc9f6bc3d 100644 --- a/Library/Formula/go.rb +++ b/Library/Formula/go.rb @@ -49,7 +49,7 @@ class Go <Formula In order to use Go, set the following in your ~/.profile: - export GOROOT=`brew --cellar go` + export GOROOT=`brew --prefix go` export GOBIN=#{HOMEBREW_PREFIX}/bin export GOARCH=#{which_arch} export GOOS=darwin |
