bottle: do not install patchelf if --skip-relocation flag is passed
This commit is contained in:
parent
9e337978d9
commit
94cf0d922e
@ -91,7 +91,7 @@ module Homebrew
|
||||
|
||||
return merge if args.merge?
|
||||
|
||||
ensure_relocation_formulae_installed!
|
||||
ensure_relocation_formulae_installed! unless args.skip_relocation?
|
||||
ARGV.resolved_formulae.each do |f|
|
||||
bottle_formula f
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user