aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/brewkit.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Homebrew/brewkit.rb b/Library/Homebrew/brewkit.rb
index 4a20c1f84..45b216ec0 100644
--- a/Library/Homebrew/brewkit.rb
+++ b/Library/Homebrew/brewkit.rb
@@ -173,12 +173,6 @@ public
Dir.chdir tmp do
Dir.chdir uncompress(tgz) do
yield self
- if caveats
- ohai "Caveats"
- puts caveats
- end
- #TODO copy changelog or CHANGES file to pkg root,
- #TODO maybe README, etc. to versioned root
end
end
rescue Interrupt, RuntimeError