aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-09-30 22:37:27 -0500
committerJack Nagel2014-09-30 22:37:27 -0500
commita6494731617f52df50a520c8ab5cc3caa2107f8a (patch)
tree8e1333bab21ced065aac27c690bf5322687c34e0 /Library
parent55192e489e6f15a42f2f556f661acb0870133d59 (diff)
downloadhomebrew-a6494731617f52df50a520c8ab5cc3caa2107f8a.tar.bz2
Whitelist fuse pc files too
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/doctor.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index 33175e659..4136218fd 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -153,6 +153,8 @@ def check_for_stray_pcs
# Package-config files which are generally OK should be added to this list,
# with a short description of the software they come with.
white_list = [
+ "fuse.pc", # OSXFuse/MacFuse
+ "macfuse.pc", # OSXFuse MacFuse compatibility layer
"osxfuse.pc", # OSXFuse
]