Skip to content

Commit

Permalink
go: don't install conflicting header files
Browse files Browse the repository at this point in the history
Closes Homebrew#12457.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
jacknagel committed May 29, 2012
1 parent 79ff097 commit 1464fea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Library/Formula/go.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ def install
system './make.bash'
end
end

# Don't install header files; they aren't necessary and can
# cause problems with other builds. See:
# http://trac.macports.org/ticket/30203
# http://code.google.com/p/go/issues/detail?id=2407
include.rmtree
end

def test
Expand Down

0 comments on commit 1464fea

Please sign in to comment.