Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/
Date: Wed, 30 Nov 2016 05:29:06
Message-Id: 1480483512.7aaea52be77d25a4adad322627d79e1d699330b5.gokturk@gentoo
1 commit: 7aaea52be77d25a4adad322627d79e1d699330b5
2 Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
3 AuthorDate: Thu Nov 17 19:46:35 2016 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 05:25:12 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=7aaea52b
7
8 function-reference/install-functions: differentiate doexe and dobin better
9
10 Gentoo-Bug: 586632
11
12 function-reference/install-functions/text.xml | 8 ++++++--
13 1 file changed, 6 insertions(+), 2 deletions(-)
14
15 diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
16 index fec68ba..614a8df 100644
17 --- a/function-reference/install-functions/text.xml
18 +++ b/function-reference/install-functions/text.xml
19 @@ -99,7 +99,9 @@ the first is the source name, the second the name to use when installing.
20 <c>dobin</c>
21 </ti>
22 <ti>
23 - Install a binary
24 + Install a binary into <c>/usr/bin</c>, set the file mode to 0755
25 + and set the ownership to superuser or its equivalent on the
26 + system or installation at hand.
27 </ti>
28 </tr>
29 <tr>
30 @@ -139,7 +141,9 @@ the first is the source name, the second the name to use when installing.
31 <c>doexe</c>
32 </ti>
33 <ti>
34 - Install an executable
35 + Install an executable into the location provided by <c>exeinto</c>,
36 + by default with mode 0755 or with the install options set by
37 + <c>exeopts</c>
38 </ti>
39 </tr>
40 <tr>