aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorXu Cheng2015-03-27 16:13:59 +0800
committerXu Cheng2015-03-27 16:13:59 +0800
commitb378dfa7dcb2a18f09938da477330a29954252d2 (patch)
treea08d8a60053fd67fc22d2a7f4cdd9dfba0b36984 /Library
parentd632294f0fc6d75f4168c1e975e2e70c561e55d5 (diff)
downloadbrew-b378dfa7dcb2a18f09938da477330a29954252d2.tar.bz2
example-formula: calling prefix.install_metafiles is unnecessary
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/example-formula.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Contributions/example-formula.rb b/Library/Contributions/example-formula.rb
index fe96551f6..d12e3f1ba 100644
--- a/Library/Contributions/example-formula.rb
+++ b/Library/Contributions/example-formula.rb
@@ -339,8 +339,6 @@ class ExampleFormula < Formula
lib.install "example.dylib"
man1.install "example.1"
man3.install "example.3"
- # All that README/LICENSE/NOTES/CHANGELOG stuff? Use "metafiles"
- prefix.install_metafiles
# Maybe you'd like to remove a broken or unnecessary element?
# Empty directories will be removed by Homebrew automatically post-install!
rm "bin/example"