Merge pull request #6609 from xu-cheng/bottle
bottle: do not install patchelf if --skip-relocation flag is passed
This commit is contained in:
commit
a69d28c23e
@ -91,7 +91,7 @@ module Homebrew
|
|||||||
|
|
||||||
return merge if args.merge?
|
return merge if args.merge?
|
||||||
|
|
||||||
ensure_relocation_formulae_installed!
|
ensure_relocation_formulae_installed! unless args.skip_relocation?
|
||||||
ARGV.resolved_formulae.each do |f|
|
ARGV.resolved_formulae.each do |f|
|
||||||
bottle_formula f
|
bottle_formula f
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user