From 400d6447c15c5ea19ca41a0f01fb2d72838f2f96 Mon Sep 17 00:00:00 2001 From: Paul Hammond Date: Mon, 3 Mar 2014 10:57:33 -0800 Subject: go: don't put cross-compile links in bin Signed-off-by: Mike McQuaid --- Library/Formula/go.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb index bdfdc2dec..652e2eb0a 100644 --- a/Library/Formula/go.rb +++ b/Library/Formula/go.rb @@ -62,7 +62,7 @@ class Go < Formula (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 -- cgit v1.2.3