summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-01-05 18:52:32 +0100
committerUlrich Müller <ulm@gentoo.org>2012-01-05 18:52:32 +0100
commit3c2730e1cc1cc31df61ed7fe4598a68dbd375444 (patch)
tree54ac1fdde1df19834018aec1fcd88124d6748130
parentNote that eend() should return the passed exit status. (diff)
downloadpms-3c2730e1cc1cc31df61ed7fe4598a68dbd375444.tar.gz
pms-3c2730e1cc1cc31df61ed7fe4598a68dbd375444.tar.bz2
pms-3c2730e1cc1cc31df61ed7fe4598a68dbd375444.zip
dolib: Mention DESTTREE.
dolib installs the libraries listed in its arguments in a subdirectory of DESTTREE.
-rw-r--r--pkg-mgr-commands.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index 724281d..f278e19 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -306,11 +306,11 @@ that can be passed to \t{dohtml} are as follows:
for other EAPIs, behaviour is undefined if any symlink is encountered. Failure
behaviour is EAPI dependent as per section~\ref{sec:failure-behaviour}.
-\item[dolib] For each argument, installs it into the appropriate library directory as determined by
- Algorithm~\ref{alg:ebuild-libdir}, by default with file mode \t{0644}. This can be overridden by
- setting \t{LIBOPTIONS} with the \t{libopts} function. Any symlinks are installed into the same
- directory as relative links to their original target. Failure behaviour is EAPI dependent as per
- section~\ref{sec:failure-behaviour}.
+\item[dolib] For each argument, installs it into the appropriate library subdirectory under
+ \t{DESTTREE}, as determined by Algorithm~\ref{alg:ebuild-libdir}. The file mode is \t{0644}
+ by default. This can be overridden by setting \t{LIBOPTIONS} with the \t{libopts} function.
+ Any symlinks are installed into the same directory as relative links to their original target.
+ Failure behaviour is EAPI dependent as per section~\ref{sec:failure-behaviour}.
\item[dolib.so] As for dolib except each file is installed with mode \t{0755}.