aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/bottles.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/bottles.rb b/Library/Homebrew/bottles.rb
index 9c50a6b20..c2c9db373 100644
--- a/Library/Homebrew/bottles.rb
+++ b/Library/Homebrew/bottles.rb
@@ -17,7 +17,6 @@ def install_bottle? f, options={:warn=>false}
return false unless f.pour_bottle?
return false unless f.default_build?
return false unless bottle_current?(f)
- return false if HOMEBREW_CELLAR.parent != HOMEBREW_PREFIX # XXX: see #24780
if f.bottle.cellar != :any && f.bottle.cellar != HOMEBREW_CELLAR.to_s
if options[:warn]
opoo "Building source; cellar of #{f}'s bottle is #{f.bottle.cellar}"