diff options
| author | Mike McQuaid | 2016-06-01 08:46:33 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-06-01 08:46:33 +0100 |
| commit | a9abbab9175379d990d49d06341c14579db92bb2 (patch) | |
| tree | e5fc53015f52da7bb065ba838cb1b7f04c116add /share | |
| parent | 8486f6e04d46323e3e17a71c4c8b3ce948d35bae (diff) | |
| download | brew-a9abbab9175379d990d49d06341c14579db92bb2.tar.bz2 | |
Move HOMEBREW_CACHE to ~/Library/Caches (#292)
* cleanup: accept cache as an argument.
* config: move default HOMEBREW_CACHE to ~/Library.
* brew.1: document new default Homebrew cache.
* update-report: migrate legacy Homebrew cache.
Diffstat (limited to 'share')
| -rw-r--r-- | share/doc/homebrew/brew.1.html | 3 | ||||
| -rw-r--r-- | share/man/man1/brew.1 | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html index 43cddb8d0..cdec46602 100644 --- a/share/doc/homebrew/brew.1.html +++ b/share/doc/homebrew/brew.1.html @@ -523,8 +523,7 @@ Homebrew developers. Please do not file issues if you encounter errors when using this environment variable.</p></dd> <dt><code>HOMEBREW_CACHE</code></dt><dd><p>If set, instructs Homebrew to use the given directory as the download cache.</p> -<p><em>Default:</em> <code>~/Library/Caches/Homebrew</code> if it exists; otherwise, -<code>/Library/Caches/Homebrew</code>.</p></dd> +<p><em>Default:</em> <code>~/Library/Caches/Homebrew</code>.</p></dd> <dt><code>HOMEBREW_CURL_VERBOSE</code></dt><dd><p>If set, Homebrew will pass <code>--verbose</code> when invoking <code>curl</code>(1).</p></dd> <dt><code>HOMEBREW_DEBUG</code></dt><dd><p>If set, any commands that can emit debugging information will do so.</p></dd> <dt><code>HOMEBREW_DEBUG_INSTALL</code></dt><dd><p>When <code>brew install -d</code> or <code>brew install -i</code> drops into a shell, diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 842605010..cd70a5369 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -720,7 +720,7 @@ If set, instructs Homebrew to compile from source even when a formula provides a If set, instructs Homebrew to use the given directory as the download cache\. . .IP -\fIDefault:\fR \fB~/Library/Caches/Homebrew\fR if it exists; otherwise, \fB/Library/Caches/Homebrew\fR\. +\fIDefault:\fR \fB~/Library/Caches/Homebrew\fR\. . .TP \fBHOMEBREW_CURL_VERBOSE\fR |
