diff options
| author | Xu Cheng | 2015-03-27 16:13:59 +0800 |
|---|---|---|
| committer | Xu Cheng | 2015-03-27 16:13:59 +0800 |
| commit | 66dc2a9853cb4aaf503b09e6a39c97db335e68b7 (patch) | |
| tree | e8945e8644b940335e2e61ed625de1d46cef1fd8 | |
| parent | 5e773be96596cca03e20272dc450be6768df29e8 (diff) | |
| download | homebrew-66dc2a9853cb4aaf503b09e6a39c97db335e68b7.tar.bz2 | |
example-formula: calling prefix.install_metafiles is unnecessary
| -rw-r--r-- | Library/Contributions/example-formula.rb | 2 |
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" |
