os/mac/keg_relocate: add missing libexec method

This commit is contained in:
Dario Vladovic 2020-06-03 17:30:15 +02:00
parent 5fb158f52c
commit 4f26d85a46
No known key found for this signature in database
GPG Key ID: 87F43AAF74B61286

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")