Xu Cheng d632294f0f ensure metafiles being installed to prefix rather than libexec
This is a follow-up of Homebrew/homebrew#37734. I think we should treat `install_metafiles` as
a general issue rather than a formula-specific one.

Closes Homebrew/homebrew#37968.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-27 16:00:37 +08:00
..
2015-03-04 23:20:13 +08:00
2015-03-26 22:22:45 -04:00
2015-03-13 18:43:42 +08:00
2015-02-26 11:32:42 +00:00
2015-03-10 08:33:08 +00:00
2015-03-05 20:48:47 -05:00
2015-03-26 22:02:15 -04:00
2014-09-28 01:11:31 -05:00
2014-09-26 18:22:19 -07:00
2015-03-04 23:20:13 +08:00
2015-01-03 22:39:07 -05:00
2014-12-29 12:20:03 +00:00
2014-12-08 12:41:50 +00:00
2014-12-11 13:59:12 +00:00
2015-01-13 16:35:24 -05:00
2015-03-12 15:19:02 +00:00
2014-10-26 15:42:41 +00:00
2015-03-23 08:08:25 -07:00

Homebrew Public API

We're (finally) working on a documented public API for Homebrew. It's currently a work in progress; a bunch of public stuff is documented and a bunch of private stuff is undocumented. Sorry about that!

The main class you should look at is {Formula}. Assume everything else is private for now.