diff options
| author | Jack Nagel | 2012-08-20 13:57:01 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-08-20 13:57:01 -0500 |
| commit | 9b1bb5821447f75c7a33534a466df9a81535d0bc (patch) | |
| tree | 919038486d848f86e29f59e2135ef2298314d31e /Library | |
| parent | 35e32f352d84c53fb93d4e9a9227d757ec1d5508 (diff) | |
| download | brew-9b1bb5821447f75c7a33534a466df9a81535d0bc.tar.bz2 | |
HOMEBREW_CONTRIB
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/global.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/global.rb b/Library/Homebrew/global.rb index 4bd8723cc..94b8687b3 100644 --- a/Library/Homebrew/global.rb +++ b/Library/Homebrew/global.rb @@ -51,6 +51,7 @@ end HOMEBREW_PREFIX = Pathname.new(HOMEBREW_BREW_FILE).dirname.parent # Where we link under HOMEBREW_REPOSITORY = Pathname.new(HOMEBREW_BREW_FILE).realpath.dirname.parent # Where .git is found HOMEBREW_LIBRARY = HOMEBREW_REPOSITORY/"Library" +HOMEBREW_CONTRIB = HOMEBREW_REPOSITORY/"Library/Contributions" # Where we store built products; /usr/local/Cellar if it exists, # otherwise a Cellar relative to the Repository. |
