Add opt_frameworks helper

This commit is contained in:
Jack Nagel 2015-06-17 21:31:06 -04:00
parent 38974ed6b5
commit 44feb5b8f9

View File

@ -463,6 +463,7 @@ class Formula
def opt_libexec; opt_prefix+'libexec' end def opt_libexec; opt_prefix+'libexec' end
def opt_sbin; opt_prefix+'sbin' end def opt_sbin; opt_prefix+'sbin' end
def opt_share; opt_prefix+'share' end def opt_share; opt_prefix+'share' end
def opt_frameworks; opt_prefix+'Frameworks' end
# Can be overridden to selectively disable bottles from formulae. # Can be overridden to selectively disable bottles from formulae.
# Defaults to true so overridden version does not have to check if bottles # Defaults to true so overridden version does not have to check if bottles