From 128eda2b037523716328a4e63e68153120418fd2 Mon Sep 17 00:00:00 2001 From: Chris Schepman Date: Thu, 5 May 2011 14:30:49 -0700 Subject: go: install AUTHORS to prevent test failure Signed-off-by: Adam Vandenberg --- 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 daa331906..e1d92cba9 100644 --- a/Library/Formula/go.rb +++ b/Library/Formula/go.rb @@ -17,7 +17,7 @@ class Go < Formula def install ENV.j1 # https://github.com/mxcl/homebrew/issues/#issue/237 - prefix.install %w[src include test doc misc lib favicon.ico] + prefix.install %w[src include test doc misc lib favicon.ico AUTHORS] Dir.chdir prefix mkdir %w[pkg bin] -- cgit v1.2.3