Files
brew/Library/Homebrew/extend/os/linux/software_spec.rb
T

8 lines
100 B
Ruby

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