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>
This commit is contained in:
parent
96f7a8015f
commit
d632294f0f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user