Shaun Jackman f6093961ef Add Homebrew::DEFAULT_PREFIX for Linux
The default prefix is /usr/local on macOS
and /home/linuxbrew/.linuxbrew on Linux.
2018-09-11 09:57:08 -07:00

10 lines
140 B
Ruby

module Utils
module Analytics
class << self
def custom_prefix_label
"non-/usr/local".freeze
end
end
end
end