aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMartin Afanasjew2016-07-02 05:18:40 +0200
committerMartin Afanasjew2016-07-05 20:09:07 +0200
commite25b49dcb1987c6fdbd5fab976447195cd4d8373 (patch)
treeccf334ee482e781bafaa3dbd50720adcf26e2cf3 /Library
parent61ffa47fd9dc179ddff792db1dc6f55464f6c16b (diff)
downloadbrew-e25b49dcb1987c6fdbd5fab976447195cd4d8373.tar.bz2
config: remove obsolete HOMEBREW_CONTRIB constant
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/config.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/config.rb b/Library/Homebrew/config.rb
index 9635ffbae..3f1877be9 100644
--- a/Library/Homebrew/config.rb
+++ b/Library/Homebrew/config.rb
@@ -17,7 +17,6 @@ HOMEBREW_REPOSITORY = Pathname.new(ENV["HOMEBREW_REPOSITORY"])
HOMEBREW_LIBRARY = Pathname.new(ENV["HOMEBREW_LIBRARY"])
HOMEBREW_ENV_PATH = HOMEBREW_LIBRARY/"ENV"
-HOMEBREW_CONTRIB = HOMEBREW_REPOSITORY/"Library/Contributions"
# Where we store lock files
HOMEBREW_LOCK_DIR = HOMEBREW_LIBRARY/"Locks"