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, 01 Aug 2018 22:59:39
Message-Id: 1533164272.5334a50837431d67a196a7848623e01401b3c5eb.gokturk@gentoo
1 commit: 5334a50837431d67a196a7848623e01401b3c5eb
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 26 17:23:11 2018 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 1 22:57:52 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=5334a508
7
8 install-functions: refer to ${ED} instead of ${D}
9
10 Since EAPI 3, the install functions use ${ED} instead of ${D}.
11
12 function-reference/install-functions/text.xml | 9 ++++-----
13 1 file changed, 4 insertions(+), 5 deletions(-)
14
15 diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
16 index b6bd181..1134164 100644
17 --- a/function-reference/install-functions/text.xml
18 +++ b/function-reference/install-functions/text.xml
19 @@ -5,9 +5,8 @@
20 <body>
21
22 <p>
23 -The following functions, which are all provided by <c>ebuild.sh</c> and the standard
24 -library, handle various install-related tasks. <c>${D}</c> is automatically handled
25 -for all of these functions.
26 +The following functions are provided by the package manager to handle various
27 +install-related tasks. <c>${ED}</c> is prepended automatically to the install location.
28 </p>
29
30 <p>
31 @@ -271,7 +270,7 @@ the first is the source name, the second the name to use when installing.
32 <c>fowners</c>
33 </ti>
34 <ti>
35 - Call <c>chown</c> on the specified files in <c>${D}</c>
36 + Call <c>chown</c> on the specified files in <c>${ED}</c>
37 </ti>
38 </tr>
39 <tr>
40 @@ -279,7 +278,7 @@ the first is the source name, the second the name to use when installing.
41 <c>fperms</c>
42 </ti>
43 <ti>
44 - Call <c>chmod</c> on the specified files in <c>${D}</c>
45 + Call <c>chmod</c> on the specified files in <c>${ED}</c>
46 </ti>
47 </tr>
48 <tr>