config: remove obsolete HOMEBREW_CONTRIB constant

This commit is contained in:
Martin Afanasjew 2016-07-02 05:18:40 +02:00
parent 61ffa47fd9
commit e25b49dcb1

View File

@ -17,7 +17,6 @@ HOMEBREW_REPOSITORY = Pathname.new(ENV["HOMEBREW_REPOSITORY"])
HOMEBREW_LIBRARY = Pathname.new(ENV["HOMEBREW_LIBRARY"]) HOMEBREW_LIBRARY = Pathname.new(ENV["HOMEBREW_LIBRARY"])
HOMEBREW_ENV_PATH = HOMEBREW_LIBRARY/"ENV" HOMEBREW_ENV_PATH = HOMEBREW_LIBRARY/"ENV"
HOMEBREW_CONTRIB = HOMEBREW_REPOSITORY/"Library/Contributions"
# Where we store lock files # Where we store lock files
HOMEBREW_LOCK_DIR = HOMEBREW_LIBRARY/"Locks" HOMEBREW_LOCK_DIR = HOMEBREW_LIBRARY/"Locks"