diff options
| author | Max Howell | 2012-02-21 11:40:06 +0000 |
|---|---|---|
| committer | Max Howell | 2012-02-21 11:40:06 +0000 |
| commit | 2431c00c928a5ef5bc5dad51a219426b12dad011 (patch) | |
| tree | 3d481b716903a6a83dfd0c369a95268aebe6f625 /Library/Homebrew/cmd | |
| parent | 61a8bd9ca0d30c571212f534e4262715fba72e49 (diff) | |
| download | brew-2431c00c928a5ef5bc5dad51a219426b12dad011.tar.bz2 | |
Move this code into FormulaInstaller
The correct location for it IMO. Also added warning for the user.
Diffstat (limited to 'Library/Homebrew/cmd')
| -rw-r--r-- | Library/Homebrew/cmd/install.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb index 6b2f5ea0c..8fad2b48b 100644 --- a/Library/Homebrew/cmd/install.rb +++ b/Library/Homebrew/cmd/install.rb @@ -105,7 +105,6 @@ module Homebrew extend self fi = FormulaInstaller.new(f) fi.install fi.caveats - f.linked_keg.unlink if f.linked_keg.directory? and f.linked_keg.realpath == f.prefix fi.finish rescue FormulaAlreadyInstalledError => e opoo e.message |
