From df50a7e56e5947dce3bbbec671dfb9312dd2bbd1 Mon Sep 17 00:00:00 2001 From: Sergey Parhomenko Date: Sun, 19 Feb 2017 14:06:51 +0100 Subject: [PATCH] Add /usr/libexec/cups to the list of system dirs --- Library/Homebrew/cask/lib/hbc/macos.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/cask/lib/hbc/macos.rb b/Library/Homebrew/cask/lib/hbc/macos.rb index 5c1515d0c7..d47e04fb24 100644 --- a/Library/Homebrew/cask/lib/hbc/macos.rb +++ b/Library/Homebrew/cask/lib/hbc/macos.rb @@ -181,6 +181,7 @@ module OS "/usr/include", "/usr/lib", "/usr/libexec", + "/usr/libexec/cups", "/usr/local", "/usr/local/Cellar", "/usr/local/Frameworks",