Merge pull request #7683 from vladimyr/keg_relocate
os/mac/keg_relocate: add missing `libexec` method
This commit is contained in:
commit
4c49224193
@ -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