Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
go: don't put cross-compile links in bin
Browse files Browse the repository at this point in the history
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
paulhammond authored and MikeMcQuaid committed Mar 3, 2014
1 parent 1b89246 commit 400d644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/go.rb
Expand Up @@ -62,7 +62,7 @@ def install
(buildpath/'pkg/obj').rmtree

libexec.install Dir['*']
bin.install_symlink Dir["#{libexec}/bin/*"]
bin.install_symlink Dir["#{libexec}/bin/go*"]
end

def caveats; <<-EOS.undent
Expand Down

0 comments on commit 400d644

Please sign in to comment.