Skip to content
Snippets Groups Projects
Commit b378dfa7 authored by Xu Cheng's avatar Xu Cheng
Browse files

example-formula: calling prefix.install_metafiles is unnecessary

parent d632294f
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment