os/mac/keg_relocate: add missing libexec
method
This commit is contained in:
parent
5fb158f52c
commit
4f26d85a46
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user