diff options
author | Manuel Rüger <manuel@rueg.eu> | 2016-09-26 19:01:45 +0200 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2016-10-04 07:58:17 -0400 |
commit | 7535ebe6282c0b66c4aaa716917c67c151a07f3c (patch) | |
tree | 70b3851e55d83c629fc50be52ca3de70c9d3b16f /function-reference | |
parent | function-reference/install-functions: Add newheader. (diff) | |
download | devmanual-7535ebe6282c0b66c4aaa716917c67c151a07f3c.tar.gz devmanual-7535ebe6282c0b66c4aaa716917c67c151a07f3c.tar.bz2 devmanual-7535ebe6282c0b66c4aaa716917c67c151a07f3c.zip |
Update keepdir description
Provide a better description for the .keep file
Diffstat (limited to 'function-reference')
-rw-r--r-- | function-reference/install-functions/text.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml index fcc827d..2d13749 100644 --- a/function-reference/install-functions/text.xml +++ b/function-reference/install-functions/text.xml @@ -267,7 +267,9 @@ the first is the source name, the second the name to use when installing. <c>keepdir</c> </ti> <ti> - Create a directory with an empty <c>.keep</c> file in it + Create a directory which will be preserved by the package + manager (This is typically accomplished by inserting an empty + <c>.keep_${CATEGORY}_${PN}-${SLOT%/*}</c> file in the directory) </ti> </tr> <tr> |