Merge pull request #7683 from vladimyr/keg_relocate

os/mac/keg_relocate: add missing `libexec` method
This commit is contained in:
Mike McQuaid 2020-06-03 17:04:16 +01:00 committed by GitHub
commit 4c49224193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,6 +117,10 @@ class Keg
path/"lib"
end
def libexec
path/"libexec"
end
def text_files
text_files = []
return text_files unless which("file") && which("xargs")