commit: 5334a50837431d67a196a7848623e01401b3c5eb
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 26 17:23:11 2018 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Wed Aug 1 22:57:52 2018 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=5334a508
install-functions: refer to ${ED} instead of ${D}
Since EAPI 3, the install functions use ${ED} instead of ${D}.
function-reference/install-functions/text.xml | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/function-reference/install-functions/text.xml
b/function-reference/install-functions/text.xml
index b6bd181..1134164 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -5,9 +5,8 @@
<body>
<p>
-The following functions, which are all provided by <c>ebuild.sh</c> and the
standard
-library, handle various install-related tasks. <c>${D}</c> is automatically
handled
-for all of these functions.
+The following functions are provided by the package manager to handle various
+install-related tasks. <c>${ED}</c> is prepended automatically to the install
location.
</p>
<p>
@@ -271,7 +270,7 @@ the first is the source name, the second the name to use
when installing.
<c>fowners</c>
</ti>
<ti>
- Call <c>chown</c> on the specified files in <c>${D}</c>
+ Call <c>chown</c> on the specified files in <c>${ED}</c>
</ti>
</tr>
<tr>
@@ -279,7 +278,7 @@ the first is the source name, the second the name to use
when installing.
<c>fperms</c>
</ti>
<ti>
- Call <c>chmod</c> on the specified files in <c>${D}</c>
+ Call <c>chmod</c> on the specified files in <c>${ED}</c>
</ti>
</tr>
<tr>