From b9e51323b5593e2b46ef4f45c163e5fe25101079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Tue, 10 Jan 2017 19:37:55 +0000 Subject: [PATCH] all_stanzas.md: be more precise in binary installation dir (#28837) --- doc/cask_language_reference/all_stanzas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cask_language_reference/all_stanzas.md b/doc/cask_language_reference/all_stanzas.md index ab5105b9d6349..76b6e093c9a29 100644 --- a/doc/cask_language_reference/all_stanzas.md +++ b/doc/cask_language_reference/all_stanzas.md @@ -20,7 +20,7 @@ Each Cask must declare one or more *artifacts* (i.e. something to install). | ------------------ |------------------------------ | ----------- | | `app` | yes | relative path to an `.app` that should be moved into the `/Applications` folder on installation (see also [App Stanza Details](stanzas/app.md)) | `pkg` | yes | relative path to a `.pkg` file containing the distribution (see also [Pkg Stanza Details](stanzas/pkg.md)) -| `binary` | yes | relative path to a Binary that should be linked into the `/usr/local/bin` folder on installation +| `binary`           | yes                           | relative path to a Binary that should be linked into the `$(brew --prefix)/bin` folder (typically `/usr/local/bin`) on installation | `colorpicker` | yes | relative path to a ColorPicker plugin that should be moved into the `~/Library/ColorPickers` folder on installation | `dictionary` | yes | relative path to a Dictionary that should be moved into the `~/Library/Dictionaries` folder on installation | `font` | yes | relative path to a Font that should be moved into the `~/Library/Fonts` folder on installation