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 (-2 / +5 lines)
Lines 102-108 the first is the source name, the second the name to use when installing. Link Here
102
      <c>dodir</c>
102
      <c>dodir</c>
103
    </ti>
103
    </ti>
104
    <ti>
104
    <ti>
105
      Install a directory
105
      Install a directory that can be removed by a package unmerge when any package that owns it
106
      has been unmerged and it is empty.
106
    </ti>
107
    </ti>
107
  </tr>
108
  </tr>
108
  <tr>
109
  <tr>
Lines 246-252 the first is the source name, the second the name to use when installing. Link Here
246
      <c>keepdir</c>
247
      <c>keepdir</c>
247
    </ti>
248
    </ti>
248
    <ti>
249
    <ti>
249
      Create a directory with an empty <c>.keep</c> file in it.
250
      Install a directory, typically used to store configuration or generated runtime data,
251
      that can be removed by a package unmerge only when all other
252
      packages that own it have been unmerged and it is empty.
250
    </ti>
253
    </ti>
251
  </tr>
254
  </tr>
252
  <tr>
255
  <tr>

Return to bug 451472