Failing to install plist shouldn't prevent linking
This commit is contained in:
parent
50f394032f
commit
b5e2996365
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user