Skip to content
Snippets Groups Projects
Commit 3094a162 authored by Max Howell's avatar Max Howell
Browse files

Don't always say "Patching"

parent 7f56fe25
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment