Bottles should care about cellar path not prefix.
Closes Homebrew/homebrew#9844.
This commit is contained in:
parent
62cfa49082
commit
5508acc139
@ -400,7 +400,7 @@ module MacOS extend self
|
||||
end
|
||||
|
||||
def bottles_supported?
|
||||
lion? and HOMEBREW_PREFIX.to_s == '/usr/local'
|
||||
lion? and HOMEBREW_CELLAR.to_s == '/usr/local/Cellar'
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user