diff options
Diffstat (limited to 'Library/Homebrew/formula_installer.rb')
| -rw-r--r-- | Library/Homebrew/formula_installer.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 2eadc8c63..f41eeffdb 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -97,6 +97,10 @@ class FormulaInstaller if pour_bottle? pour @poured_bottle = true + tab = Tab.for_keg f.prefix + tab.poured_from_bottle = true + tab.tabfile.delete rescue nil + tab.write end rescue opoo "Bottle installation failed: building from source." |
