Add locations. (#23265)

This commit is contained in:
Markus Reiter 2016-07-30 01:23:28 +02:00
parent 787593a229
commit 7011870769
1 changed files with 8 additions and 0 deletions

View File

@ -37,6 +37,14 @@ module Hbc::Locations
@caskroom = caskroom @caskroom = caskroom
end end
def legacy_cache
@legacy_cache ||= HOMEBREW_CACHE.join("Casks")
end
def cache
@cache ||= HOMEBREW_CACHE.join("Cask")
end
attr_writer :appdir attr_writer :appdir
def appdir def appdir