aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-04-29 17:30:28 +0200
committerUlrich Müller <ulm@gentoo.org>2023-05-27 20:50:34 +0200
commitada952e76ffe339d2e0a7b822a4786e26bb7fdfd (patch)
treeb6b7f0fa8cfd1a49d60dd7857945af66a0e78611
parenteclass-writing: Drop INCLUDES_EPREFIX documentation tag (diff)
downloaddevmanual-ada952e76ffe339d2e0a7b822a4786e26bb7fdfd.tar.gz
devmanual-ada952e76ffe339d2e0a7b822a4786e26bb7fdfd.tar.bz2
devmanual-ada952e76ffe339d2e0a7b822a4786e26bb7fdfd.zip
function-reference/install-functions: Reword dostrip documentation
As a followup to the previous change, use a better path for the example and reword. No longer mention EAPI 7 because all older EAPIs are deprecated. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--function-reference/install-functions/text.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index 6961784..0602c80 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -427,11 +427,11 @@ The <c>*into</c> functions create the directory if it does not already exist.
<c>dostrip</c>
</ti>
<ti>
- Introduced with EAPI=7, controls the stripping of executables.
- Normally executed to exclude from stripping.
- Eg. <c>dostrip -x /path/to/important.so</c>. May also be used to include binaries
- to strip when <c>RESTRICT=strip</c> without the -x option.
- Provided paths are relative to <c>${ED}</c>, even if they begin with a slash.
+ Controls stripping of executables. Normally used to exclude from
+ stripping, e.g. <c>dostrip -x /usr/$(get_libdir)/important.so</c>.
+ May also be used without the <c>-x</c> option to include binaries to
+ strip when <c>RESTRICT=strip</c> is set. Provided paths are relative
+ to <c>${ED}</c>, even if they begin with a slash.
</ti>
</tr>
</table>