From df50a7e56e5947dce3bbbec671dfb9312dd2bbd1 Mon Sep 17 00:00:00 2001 From: Sergey Parhomenko Date: Sun, 19 Feb 2017 14:06:51 +0100 Subject: Add /usr/libexec/cups to the list of system dirs --- Library/Homebrew/cask/lib/hbc/macos.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Homebrew/cask/lib') diff --git a/Library/Homebrew/cask/lib/hbc/macos.rb b/Library/Homebrew/cask/lib/hbc/macos.rb index 5c1515d0c..d47e04fb2 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", -- cgit v1.2.3 From a81bd81a14b6f1b85f523dc9cdb925ed7cc62b9a Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Tue, 21 Feb 2017 04:35:52 -0800 Subject: brew uninstal alias for brew uninstall If `brew instal` is permissible, `brew uninstal` should be, too. --- Library/Homebrew/cask/lib/hbc/cli.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Homebrew/cask/lib') diff --git a/Library/Homebrew/cask/lib/hbc/cli.rb b/Library/Homebrew/cask/lib/hbc/cli.rb index 73ab121d2..8e178e373 100644 --- a/Library/Homebrew/cask/lib/hbc/cli.rb +++ b/Library/Homebrew/cask/lib/hbc/cli.rb @@ -37,6 +37,7 @@ module Hbc "-S" => "search", # verb starting with "-" is questionable "up" => "update", "instal" => "install", # gem does the same + "uninstal" => "uninstall", "rm" => "uninstall", "remove" => "uninstall", "abv" => "info", -- cgit v1.2.3