HOMEBREW_CONTRIB
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
35e32f352d
commit
9b1bb58214
@ -51,6 +51,7 @@ end
|
|||||||
HOMEBREW_PREFIX = Pathname.new(HOMEBREW_BREW_FILE).dirname.parent # Where we link under
|
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_REPOSITORY = Pathname.new(HOMEBREW_BREW_FILE).realpath.dirname.parent # Where .git is found
|
||||||
HOMEBREW_LIBRARY = HOMEBREW_REPOSITORY/"Library"
|
HOMEBREW_LIBRARY = HOMEBREW_REPOSITORY/"Library"
|
||||||
|
HOMEBREW_CONTRIB = HOMEBREW_REPOSITORY/"Library/Contributions"
|
||||||
|
|
||||||
# Where we store built products; /usr/local/Cellar if it exists,
|
# Where we store built products; /usr/local/Cellar if it exists,
|
||||||
# otherwise a Cellar relative to the Repository.
|
# otherwise a Cellar relative to the Repository.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user