diff options
author | 2013-03-29 16:41:42 +0100 | |
---|---|---|
committer | 2013-03-29 16:50:37 +0100 | |
commit | 5f4ee74aff5d13911d2114a0737e0ced14d81296 (patch) | |
tree | 1526bf9f4476db0fc89e78cd34b8136b1f22493e | |
parent | 4c3b58c0d992aeb5f78b64b6bfa778213eea94fe (diff) | |
download | paludis-5f4ee74aff5d13911d2114a0737e0ced14d81296.tar.gz paludis-5f4ee74aff5d13911d2114a0737e0ced14d81296.tar.xz |
Sets and hooks can live in LIBEXECDIR, not LIBDIR.
-rw-r--r-- | doc/configuration/hooks.html.part | 4 | ||||
-rw-r--r-- | doc/configuration/sets.html.part.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/configuration/hooks.html.part b/doc/configuration/hooks.html.part index 58e0fb659..1a60be200 100644 --- a/doc/configuration/hooks.html.part +++ b/doc/configuration/hooks.html.part @@ -372,8 +372,8 @@ scripts should be executable (<code>chmod a+x</code>). They can live in three lo <li><code><em>DATADIR</em>/paludis/hooks/<em>hookname</em>/</code>. On most systems, <code><em>DATADIR</em></code> is <code>/usr/share</code>.</li> - <li><code><em>LIBDIR</em>/paludis/hooks/<em>hookname</em>/</code>. On most - systems, <code><em>LIBDIR</em></code> is <code>/usr/lib</code> or <code>/usr/lib64</code>.</li> + <li><code><em>LIBEXECDIR</em>/paludis/hooks/<em>hookname</em>/</code>. On most + systems, <code><em>LIBEXECDIR</em></code> is <code>/usr/libexec</code>.</li> </ul> <p>For <code>.hook</code> and <code>.so</code> hooks, rather than using <code><em>hookname</em></code>, the diff --git a/doc/configuration/sets.html.part.in b/doc/configuration/sets.html.part.in index 6ced6ab8d..f4607027b 100644 --- a/doc/configuration/sets.html.part.in +++ b/doc/configuration/sets.html.part.in @@ -51,8 +51,8 @@ which is a dynamic standard configuration file. Sets may be specified in any of <li><code><em>DATADIR</em>/paludis/sets/</code>. On most systems, <code><em>DATADIR</em></code> is <code>/usr/share</code>.</li> - <li><code><em>LIBDIR</em>/paludis/sets/</code>. On most - systems, <code><em>LIBDIR</em></code> is <code>/usr/lib</code> or <code>/usr/lib64</code>.</li> + <li><code><em>LIBEXECDIR</em>/paludis/sets/</code>. On most + systems, <code><em>LIBEXECDIR</em></code> is <code>/usr/libexec</code>.</li> </ul> <div class="note"> |