commit: 5b1638a8e017ecdb053f6bc113443becc240caff
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 3 13:55:22 2016 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 3 13:55:22 2016 +0000
URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=5b1638a8
pkg-mgr-commands.tex: List installation commands in alphabetical order.
pkg-mgr-commands.tex | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index 78b5a3b..c370a12 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -441,10 +441,10 @@ can be extended or reduced (see below). The options that
can be passed to \t{doh
call. 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 \t{dolib} except each file is installed with mode
\t{0755}.
-
\item[dolib.a] As for \t{dolib} except each file is installed with mode
\t{0644}.
+\item[dolib.so] As for \t{dolib} except each file is installed with mode
\t{0755}.
+
\begin{algorithm}
\caption{Determining the library directory} \label{alg:ebuild-libdir}
\begin{algorithmic}[1]
@@ -501,6 +501,11 @@ can be extended or reduced (see below). The options that
can be passed to \t{doh
\item[fperms] Acts as for \t{chmod}, but takes paths relative to the image
directory. Failure
behaviour is EAPI dependent as per section~\ref{sec:failure-behaviour}.
+\item[keepdir] Creates a directory as for \t{dodir}, and an empty file whose
name starts with
+ \t{.keep} in that directory to ensure that the directory does not get
removed by the
+ package manager should it be empty at any point. Failure behaviour is EAPI
dependent as per
+ section~\ref{sec:failure-behaviour}.
+
\item[newbin] \featurelabel{newfoo-stdin} As for \t{dobin}, but takes two
parameters. The first is
the file to install; the second is the new filename under which it will be
installed. In EAPIs
specified by table~\ref{tab:newfoo-stdin-table}, standard input is read
when the first
@@ -528,11 +533,6 @@ can be extended or reduced (see below). The options that
can be passed to \t{doh
\item[newsbin] As above, for \t{dosbin}.
-\item[keepdir] Creates a directory as for \t{dodir}, and an empty file whose
name starts with
- \t{.keep} in that directory to ensure that the directory does not get
removed by the
- package manager should it be empty at any point. Failure behaviour is EAPI
dependent as per
- section~\ref{sec:failure-behaviour}.
-
\end{description}
\ChangeWhenAddingAnEAPI{6}