brew/Library/Homebrew/extend/os/linux/software_spec.rb
2020-10-10 14:59:39 +02:00

9 lines
116 B
Ruby

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