compat/formula: re-add super.

I missed the `respond_to?(:patches)` here which broke patches.
This commit is contained in:
Mike McQuaid 2020-09-03 13:28:22 +01:00
parent a7c777c976
commit 2c2b7ef2a6

View File

@ -9,6 +9,7 @@ class Formula
def prepare_patches def prepare_patches
odisabled "patches", "patch do" if respond_to?(:patches) odisabled "patches", "patch do" if respond_to?(:patches)
super
end end
def installed_prefix def installed_prefix