bottle: do not install patchelf if --skip-relocation flag is passed

This commit is contained in:
Cheng XU 2019-10-16 14:29:53 +08:00
parent 9e337978d9
commit 94cf0d922e
No known key found for this signature in database
GPG Key ID: B19F15830AB4E690

View File

@ -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