aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula_installer.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
index 9e8cab3fb..edca4e94f 100644
--- a/Library/Homebrew/formula_installer.rb
+++ b/Library/Homebrew/formula_installer.rb
@@ -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