Merge pull request #8586 from MikeMcQuaid/formula_patches

compat/formula: re-add super.
This commit is contained in:
Mike McQuaid 2020-09-03 13:53:35 +01:00 committed by GitHub
commit 64c99822fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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