aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-12-22 16:56:47 +0100
committerUlrich Müller <ulm@gentoo.org>2022-01-17 17:52:09 +0100
commit59830bf240718914323abcd7e77260e7a2858080 (patch)
tree106208126d6dd4c3ea689f69aff8ea9a3b1054af
parentMakefile: Simplify recipes for validate and tidy targets (diff)
downloaddevmanual-59830bf2.tar.gz
devmanual-59830bf2.tar.bz2
devmanual-59830bf2.zip
function-reference/install-functions: be more specific about dobin location
Bug: https://bugs.gentoo.org/586632 Suggested-by: Sebastian Pipping <sping@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--function-reference/install-functions/text.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index da2af83..fcb8941 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -103,9 +103,10 @@ The <c>*into</c> functions create the directory if it does not already exist.
<c>dobin</c>
</ti>
<ti>
- Install a binary into <c>/usr/bin</c>, set the file mode to 0755
- and set the ownership to superuser or its equivalent on the
- system or installation at hand.
+ Install a binary into subdirectory <c>bin</c> of the location provided
+ by <c>into</c> (resulting in <c>/usr/bin</c> by default) with mode 0755
+ and with ownership set to superuser or its equivalent on the system or
+ installation at hand
</ti>
</tr>
<tr>