Gentoo Archives: gentoo-pms

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-pms@l.g.o
Cc: "Bo Ørsted Andresen" <zlin@×××××××.org>
Subject: [gentoo-pms] [PATCH 4/4] Add missing installation commands.
Date: Wed, 25 Mar 2009 14:47:35
Message-Id: 1237992441-20341-4-git-send-email-bo.andresen@zlin.dk
In Reply to: [gentoo-pms] [PATCH 3/4] domo renames files during install. by "Bo Ørsted Andresen"
1 From: Bo Ørsted Andresen <zlin@×××××××.org>
2
3 ---
4 pkg-mgr-commands.tex | 7 +++++++
5 1 files changed, 7 insertions(+), 0 deletions(-)
6
7 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
8 index 5ee43c8..19f5c5c 100644
9 --- a/pkg-mgr-commands.tex
10 +++ b/pkg-mgr-commands.tex
11 @@ -179,6 +179,9 @@ has returned.
12 \t{docinto} has not yet been called, instead installs to the directory
13 \t{/usr/share/doc/\$\{PF\}/}.
14
15 +\item[doenvd] Installs the given environment files into \t{/etc/env.d/}, by default with file mode
16 + \t{0644}. This can be overridden by setting \t{INSOPTIONS} with the \t{insopts} function.
17 +
18 \item[doexe] Installs the given files into the directory specified by the most recent \t{exeinto}
19 call, by default with file mode \t{0755}. This can be overridden by setting \t{EXEOPTIONS} with
20 the \t{exeopts} function. If \t{exeinto} has not yet been called, behaviour is undefined.
21 @@ -300,6 +303,10 @@ that can be passed to \t{dohtml} are as follows:
22
23 \item[newins] As above, for \t{doins}.
24
25 +\item[newlib.a] As above, for \t{dolib.a}.
26 +
27 +\item[newlib.so] As above, for \t{dolib.so}.
28 +
29 \item[newman] As above, for \t{doman}.
30
31 \item[newsbin] As above, for \t{dosbin}.
32 --
33 1.6.2.1