* [gentoo-dev] [PATCH] install-functions: refer to ${ED} instead of ${D}
@ 2018-07-26 17:23 99% Mike Gilbert
0 siblings, 0 replies; 1+ results
From: Mike Gilbert @ 2018-07-26 17:23 UTC (permalink / raw
To: gentoo-dev; +Cc: devmanual, prefix
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>
--
2.18.0
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2018-07-26 17:23 99% [gentoo-dev] [PATCH] install-functions: refer to ${ED} instead of ${D} Mike Gilbert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox