diff options
| author | Chris Schepman | 2011-05-05 14:30:49 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-05-06 11:08:02 -0700 |
| commit | 128eda2b037523716328a4e63e68153120418fd2 (patch) | |
| tree | 22ec5d8d76f8df965481d188465a18f54d8f7d98 /Library | |
| parent | ce41ca0ae6032fc1f6884eee5cc09e089a560132 (diff) | |
| download | homebrew-128eda2b037523716328a4e63e68153120418fd2.tar.bz2 | |
go: install AUTHORS to prevent test failure
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -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 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] |
