Merge pull request #6609 from xu-cheng/bottle

bottle: do not install patchelf if --skip-relocation flag is passed
This commit is contained in:
Mike McQuaid 2019-10-16 08:56:27 +01:00 committed by GitHub
commit a69d28c23e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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