diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-10-03 09:37:55 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-10-03 09:44:50 -0400 |
commit | 38a0a3642a40300af4a16199a5acd2bfee7f49c4 (patch) | |
tree | dc898575a400b34fd48fd2d8e48ba46651738707 /function-reference | |
parent | ebuild-writing/eapi: replace weird unicode angle brackets (diff) | |
download | devmanual-38a0a3642a40300af4a16199a5acd2bfee7f49c4.tar.gz devmanual-38a0a3642a40300af4a16199a5acd2bfee7f49c4.tar.bz2 devmanual-38a0a3642a40300af4a16199a5acd2bfee7f49c4.zip |
install-functions: Fix the description of 'into'
Thanks to ulm for the corrected list of functions.
Bug: https://bugs.gentoo.org/596032
Diffstat (limited to 'function-reference')
-rw-r--r-- | function-reference/install-functions/text.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml index 66a8629..1d18b24 100644 --- a/function-reference/install-functions/text.xml +++ b/function-reference/install-functions/text.xml @@ -33,9 +33,9 @@ the first is the source name, the second the name to use when installing. Change install location for <c>dobin</c>, <c>newbin</c>, <c>dosbin</c>, <c>newsbin</c>, - <c>doman</c>, <c>newman</c>, - <c>doinfo</c>, <c>newinfo</c>, - <c>dolib</c>, <c>newlib</c> + <c>dolib</c>, + <c>dolib.a</c>, <c>newlib.a</c>, + <c>dolib.so</c>, <c>newlib.so</c> </ti> </tr> <tr> |