From b5e2996365a54577275c62900db924ff0d73b26a Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 25 Mar 2014 23:45:49 -0500 Subject: Failing to install plist shouldn't prevent linking --- Library/Homebrew/formula_installer.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library') 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 -- cgit v1.2.3