From 7572e91a6031dfc2c5d12d07686436aa44de501e Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Sat, 20 Feb 2016 19:24:30 +0000 Subject: diagnostic: add new osxfuse exceptions The recent updates to OSXFuse include two new elements that get flagged by `brew doctor`. Adding them here so it's consistent with how we handle the rest of OSXFuse. Closes Homebrew/homebrew#49372. --- Library/Homebrew/diagnostic.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library') diff --git a/Library/Homebrew/diagnostic.rb b/Library/Homebrew/diagnostic.rb index c2f11b5cf..ecd347ca7 100644 --- a/Library/Homebrew/diagnostic.rb +++ b/Library/Homebrew/diagnostic.rb @@ -175,6 +175,7 @@ module Homebrew "libmacfuse_i64.2.dylib", # OSXFuse MacFuse compatibility layer "libosxfuse_i32.2.dylib", # OSXFuse "libosxfuse_i64.2.dylib", # OSXFuse + "libosxfuse.2.dylib", # OSXFuse "libTrAPI.dylib", # TrAPI / Endpoint Security VPN "libntfs-3g.*.dylib", # NTFS-3G "libntfs.*.dylib", # NTFS-3G @@ -238,6 +239,7 @@ module Homebrew "libfuse_ino64.la", # MacFuse "libosxfuse_i32.la", # OSXFuse "libosxfuse_i64.la", # OSXFuse + "libosxfuse.la", # OSXFuse "libntfs-3g.la", # NTFS-3G "libntfs.la", # NTFS-3G "libublio.la", # NTFS-3G -- cgit v1.2.3