From 4d8e023b7f74bf499c98b2149bec9b57b98dcd52 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 30 Nov 2013 19:38:49 -0600 Subject: [PATCH] Revert "Disable bottles when HOMEBREW_CELLAR.parent != HOMEBREW_PREFIX" This reverts commit fdf20dc43971b728520d518f3b6ef0bcb16aeb21. Closes Homebrew/homebrew#24831. Closes Homebrew/homebrew#24780. --- Library/Homebrew/bottles.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/bottles.rb b/Library/Homebrew/bottles.rb index 9c50a6b208..c2c9db3733 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}"