aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-05-03 09:28:45 -0700
committerAdam Vandenberg2013-05-03 11:41:55 -0700
commit1c12c8b7a22fb9b4dd4b3cff0f3071711e7d6e2d (patch)
treee0e6255e8fedf14f50265fffc9afbcb3b537b70a /Library
parentc479c680b8e3fb022d8d5cb93d00a1eff5666af8 (diff)
downloadbrew-1c12c8b7a22fb9b4dd4b3cff0f3071711e7d6e2d.tar.bz2
Add frameworks helper to formula
Diffstat (limited to 'Library')
-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