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

4 lines
75 B
Ruby

module Homebrew
DEFAULT_PREFIX = "/home/linuxbrew/.linuxbrew".freeze
end