Failing to install plist shouldn't prevent linking

This commit is contained in:
Jack Nagel 2014-03-25 23:45:49 -05:00
parent 50f394032f
commit b5e2996365

View File

@ -553,6 +553,9 @@ class FormulaInstaller
return unless f.plist
f.plist_path.atomic_write(f.plist)
f.plist_path.chmod 0644
rescue Exception => e
onoe "Failed to install plist file"
ohai e, e.backtrace if debug?
end
def fix_install_names