brew/Library/Homebrew/extend/os/linux/software_spec.rb
2019-04-20 13:27:36 +09:00

8 lines
100 B
Ruby

# frozen_string_literal: true
class BottleSpecification
def skip_relocation?
false
end
end