Add frameworks helper to formula

This commit is contained in:
Adam Vandenberg 2013-05-03 09:28:45 -07:00
parent c479c680b8
commit 1c12c8b7a2

View File

@ -165,6 +165,7 @@ class Formula
def sbin; prefix+'sbin' end def sbin; prefix+'sbin' end
def share; prefix+'share' end def share; prefix+'share' end
def frameworks; prefix+'Frameworks' end
def kext_prefix; prefix+'Library/Extensions' end def kext_prefix; prefix+'Library/Extensions' end
# configuration needs to be preserved past upgrades # configuration needs to be preserved past upgrades