aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-11-12 21:47:19 +0100
committerUlrich Müller <ulm@gentoo.org>2024-11-12 21:47:19 +0100
commit3dec896a60f1bcf8b3a85445805ccf5dcd72b6a8 (patch)
tree6ecd5a2191c0524cdd8621b5ba8b9e9e9eca1ed6 /function-reference/install-functions/text.xml
parentdevbook.xsl: Rework the contents template (diff)
downloaddevmanual-3dec896a60f1bcf8b3a85445805ccf5dcd72b6a8.tar.gz
devmanual-3dec896a60f1bcf8b3a85445805ccf5dcd72b6a8.tar.bz2
devmanual-3dec896a60f1bcf8b3a85445805ccf5dcd72b6a8.zip
Refer to the Package Manager Specification by its full nameHEADmaster
Other small updates of wording (when in the same paragraph). Fix/update some external links. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'function-reference/install-functions/text.xml')
-rw-r--r--function-reference/install-functions/text.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index b91b117..0110963 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -313,10 +313,10 @@ The <c>*into</c> functions create the directory if it does not already exist.
<ti>
Install a directory that will be empty when the package is
merged. This is like <c>dodir</c>, but for empty directories
- instead. <uri
- link="https://projects.gentoo.org/pms/7/pms.html#x1-14200013.2.2">The
- handling of empty directories is undefined by the package
- manager specification</uri>, and the <c>keepdir</c> function
+ instead.
+ <uri link="https://projects.gentoo.org/pms/8/pms.html#x1-14200013.2.2">
+ The handling of empty directories is undefined by the Package
+ Manager Specification</uri>, and the <c>keepdir</c> function
exists to ensure that the (otherwise empty) directory is
tracked. This is accomplished by installing a hidden file
prefixed with <c>.keep</c> to the directory in question.