From 3094a162accd7c3e9f2005a2b9bd504aab37a8c2 Mon Sep 17 00:00:00 2001 From: Max Howell <max@methylblue.com> Date: Mon, 21 Sep 2009 23:51:31 +0100 Subject: [PATCH] Don't always say "Patching" --- Library/Homebrew/formula.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index ffb71bb443..1c08714329 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -116,7 +116,7 @@ class Formula # } # The final option is to return DATA, then put a diff after __END__. You # can still return a Hash with DATA as the value for a patch level key. - def patches; [] end + def patches; end # sometimes the clean process breaks things, return true to skip anything def skip_clean? path; false end # rarely, you don't want your library symlinked into the main prefix -- GitLab