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

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: default avatarXu Cheng <xucheng@me.com>
parent 96f7a801
No related branches found
No related tags found
No related merge requests found
......@@ -140,6 +140,7 @@ class Build
# Find and link metafiles
formula.prefix.install_metafiles Pathname.pwd
formula.prefix.install_metafiles formula.libexec if formula.libexec.exist?
end
end
end
......
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