aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorAdam Vandenberg2013-05-03 09:28:45 -0700
committerAdam Vandenberg2013-05-03 11:41:55 -0700
commit11bf38b2b1aa2e64be6ab418edf57693f7ac0d70 (patch)
treea7ea8a0602a9c9f58066b4d02f7880ff52bbf2b3 /Library/Homebrew
parentc4e995dc66ae068d43f1df8b326ed3af3d6e6f21 (diff)
downloadhomebrew-11bf38b2b1aa2e64be6ab418edf57693f7ac0d70.tar.bz2
Add frameworks helper to formula
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/formula.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 88d4c9af9..e65948870 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -165,6 +165,7 @@ class Formula
def sbin; prefix+'sbin' end
def share; prefix+'share' end
+ def frameworks; prefix+'Frameworks' end
def kext_prefix; prefix+'Library/Extensions' end
# configuration needs to be preserved past upgrades