Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 451472 | Differences between
and this patch

Collapse All | Expand All

(-)a/function-reference/install-functions/text.xml (-5 / +10 lines)
Lines 117-123 the first is the source name, the second the name to use when installing. Link Here
117
      <c>dodir</c>
117
      <c>dodir</c>
118
    </ti>
118
    </ti>
119
    <ti>
119
    <ti>
120
      Install a directory
120
      Install a directory that will be non-empty when the package is
121
      merged. For directories that will be empty, please use
122
      <c>keepdir</c> instead.
121
    </ti>
123
    </ti>
122
  </tr>
124
  </tr>
123
  <tr>
125
  <tr>
Lines 288-296 the first is the source name, the second the name to use when installing. Link Here
288
      <c>keepdir</c>
290
      <c>keepdir</c>
289
    </ti>
291
    </ti>
290
    <ti>
292
    <ti>
291
      Create a directory which will be preserved by the package
293
      Install a directory that will be empty when the package is
292
      manager (This is typically accomplished by inserting an empty
294
      merged. This is like <c>dodir</c>, but for empty directories
293
      <c>.keep_${CATEGORY}_${PN}-${SLOT%/*}</c> file in the directory)
295
      instead. As of EAPI 7, <uri
296
      link="https://projects.gentoo.org/pms/7/pms.html#x1-14200013.2.2">the
297
      handling of empty directories is undefined by the package
298
      manager specification</uri>, and the <c>keepdir</c> function
299
      exists to ensure that the (otherwise empty) directory is tracked.
294
    </ti>
300
    </ti>
295
  </tr>
301
  </tr>
296
  <tr>
302
  <tr>
297
- 

Return to bug 451472