extend/os/mac/keg_relocate.rb: override egrep_args
This commit is contained in:
parent
84de30b653
commit
ebea3175f1
@ -183,4 +183,14 @@ class Keg
|
|||||||
# it's wrong. -O is a BSD-grep-only option.
|
# it's wrong. -O is a BSD-grep-only option.
|
||||||
"-lrO"
|
"-lrO"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def egrep_args
|
||||||
|
grep_bin = "egrep"
|
||||||
|
grep_args = recursive_fgrep_args
|
||||||
|
[grep_bin, grep_args]
|
||||||
|
end
|
||||||
|
|
||||||
|
def codesign_patched_binary(binary_file)
|
||||||
|
apply_ad_hoc_signature(binary_file)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user