diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/bottle.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 %> |
