Tab#write always overwrites, no need to unlink
This commit is contained in:
parent
e5fbc9c92e
commit
976bf3f60b
@ -174,7 +174,6 @@ class FormulaInstaller
|
|||||||
stdlibs = Keg.new(f.prefix).detect_cxx_stdlibs :skip_executables => true
|
stdlibs = Keg.new(f.prefix).detect_cxx_stdlibs :skip_executables => true
|
||||||
tab = Tab.for_keg f.prefix
|
tab = Tab.for_keg f.prefix
|
||||||
tab.poured_from_bottle = true
|
tab.poured_from_bottle = true
|
||||||
tab.tabfile.delete if tab.tabfile
|
|
||||||
tab.write
|
tab.write
|
||||||
end
|
end
|
||||||
rescue => e
|
rescue => e
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user