Skip to content
Snippets Groups Projects
Unverified Commit 0fcf8abf authored by Shaun Jackman's avatar Shaun Jackman Committed by GitHub
Browse files

Merge pull request #4696 from sjackman/any-skip-relocation

BottleSpecification: Do not skip bottle relocation on Linux
parents 205fdc09 294db318
No related branches found
No related tags found
No related merge requests found
class BottleSpecification
def skip_relocation?
false
end
end
require "extend/os/linux/software_spec" if OS.linux?
......@@ -407,3 +407,5 @@ class PourBottleCheck
@formula.send(:define_method, :pour_bottle?, &block)
end
end
require "extend/os/software_spec"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment