Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/
Date: Mon, 17 Jan 2022 16:53:02
Message-Id: 1642438329.59830bf240718914323abcd7e77260e7a2858080.ulm@gentoo
1 commit: 59830bf240718914323abcd7e77260e7a2858080
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 22 15:56:47 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 17 16:52:09 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=59830bf2
7
8 function-reference/install-functions: be more specific about dobin location
9
10 Bug: https://bugs.gentoo.org/586632
11 Suggested-by: Sebastian Pipping <sping <AT> gentoo.org>
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 function-reference/install-functions/text.xml | 7 ++++---
15 1 file changed, 4 insertions(+), 3 deletions(-)
16
17 diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
18 index da2af83..fcb8941 100644
19 --- a/function-reference/install-functions/text.xml
20 +++ b/function-reference/install-functions/text.xml
21 @@ -103,9 +103,10 @@ The <c>*into</c> functions create the directory if it does not already exist.
22 <c>dobin</c>
23 </ti>
24 <ti>
25 - Install a binary into <c>/usr/bin</c>, set the file mode to 0755
26 - and set the ownership to superuser or its equivalent on the
27 - system or installation at hand.
28 + Install a binary into subdirectory <c>bin</c> of the location provided
29 + by <c>into</c> (resulting in <c>/usr/bin</c> by default) with mode 0755
30 + and with ownership set to superuser or its equivalent on the system or
31 + installation at hand
32 </ti>
33 </tr>
34 <tr>