From 3de941f7c80192998424ebd19617db574ce09518 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Sep 2013 17:30:33 +0100 Subject: bottle: fix default Cellar output. --- Library/Homebrew/cmd/bottle.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/cmd/bottle.rb b/Library/Homebrew/cmd/bottle.rb index 3c6a825c6..9255364a9 100644 --- a/Library/Homebrew/cmd/bottle.rb +++ b/Library/Homebrew/cmd/bottle.rb @@ -21,7 +21,7 @@ BOTTLE_ERB = <<-EOS <% end %> <% if cellar.is_a? Symbol %> cellar :<%= cellar %> - <% elsif cellar.to_s != '/usr/local' %> + <% elsif cellar.to_s != '/usr/local/Cellar' %> cellar '<%= cellar %>' <% end %> <% if revision > 0 %> -- cgit v1.2.3