commit:     59830bf240718914323abcd7e77260e7a2858080
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 22 15:56:47 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 17 16:52:09 2022 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=59830bf2

function-reference/install-functions: be more specific about dobin location

Bug: https://bugs.gentoo.org/586632
Suggested-by: Sebastian Pipping <sping <AT> gentoo.org>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 function-reference/install-functions/text.xml | 7 ++++---
 1 file 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>

Reply via email to