Don't always say "Patching"

This commit is contained in:
Max Howell 2009-09-21 23:51:31 +01:00
parent 7f56fe2532
commit 3094a162ac

View File

@ -116,7 +116,7 @@ class Formula
# } # }
# The final option is to return DATA, then put a diff after __END__. You # 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. # 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 # sometimes the clean process breaks things, return true to skip anything
def skip_clean? path; false end def skip_clean? path; false end
# rarely, you don't want your library symlinked into the main prefix # rarely, you don't want your library symlinked into the main prefix