Gentoo Archives: gentoo-pms

From: Ulrich Mueller <ulm@g.o>
To: gentoo-pms@l.g.o
Subject: [gentoo-pms] dolib description misses DESTTREE
Date: Thu, 05 Jan 2012 18:06:10
Message-Id: 20229.59009.340367.69931@a1i15.kph.uni-mainz.de
1 In the "Installation commands" section, the description of dolib
2 doesn't mention DESTTREE. Patch is included below, please review.
3
4 Ulrich
5
6
7 From 3c2730e1cc1cc31df61ed7fe4598a68dbd375444 Mon Sep 17 00:00:00 2001
8 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= <ulm@g.o>
9 Date: Thu, 5 Jan 2012 18:52:32 +0100
10 Subject: [PATCH] dolib: Mention DESTTREE.
11
12 dolib installs the libraries listed in its arguments in a subdirectory
13 of DESTTREE.
14 ---
15 pkg-mgr-commands.tex | 10 +++++-----
16 1 files changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
19 index 724281d..f278e19 100644
20 --- a/pkg-mgr-commands.tex
21 +++ b/pkg-mgr-commands.tex
22 @@ -306,11 +306,11 @@ that can be passed to \t{dohtml} are as follows:
23 for other EAPIs, behaviour is undefined if any symlink is encountered. Failure
24 behaviour is EAPI dependent as per section~\ref{sec:failure-behaviour}.
25
26 -\item[dolib] For each argument, installs it into the appropriate library directory as determined by
27 - Algorithm~\ref{alg:ebuild-libdir}, by default with file mode \t{0644}. This can be overridden by
28 - setting \t{LIBOPTIONS} with the \t{libopts} function. Any symlinks are installed into the same
29 - directory as relative links to their original target. Failure behaviour is EAPI dependent as per
30 - section~\ref{sec:failure-behaviour}.
31 +\item[dolib] For each argument, installs it into the appropriate library subdirectory under
32 + \t{DESTTREE}, as determined by Algorithm~\ref{alg:ebuild-libdir}. The file mode is \t{0644}
33 + by default. This can be overridden by setting \t{LIBOPTIONS} with the \t{libopts} function.
34 + Any symlinks are installed into the same directory as relative links to their original target.
35 + Failure behaviour is EAPI dependent as per section~\ref{sec:failure-behaviour}.
36
37 \item[dolib.so] As for dolib except each file is installed with mode \t{0755}.
38
39 --
40 1.7.8.2

Replies

Subject Author
[gentoo-pms] Clarifications on dosym behaviour Ralph Sennhauser <sera@g.o>