compat/formula: re-add super.
I missed the `respond_to?(:patches)` here which broke patches.
This commit is contained in:
parent
a7c777c976
commit
2c2b7ef2a6
@ -9,6 +9,7 @@ class Formula
|
||||
|
||||
def prepare_patches
|
||||
odisabled "patches", "patch do" if respond_to?(:patches)
|
||||
super
|
||||
end
|
||||
|
||||
def installed_prefix
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user