commit: 0fcd4aeb9985ce903d572718f241529916477e84
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 09:44:18 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 09:44:18 2019 +0000
URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=0fcd4aeb
pkg-mgr-commands.tex: Fix indentation in einstall listing.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
pkg-mgr-commands.tex | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index 4d44baf..9aacc70 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -402,16 +402,16 @@ commands once the current phase function has returned.
\caption{\t{einstall} command} \label{lst:einstall}
\begin{verbatim}
emake \
- prefix="${ED}"/usr \
- datadir="${ED}"/usr/share \
- mandir="${ED}"/usr/share/man \
- infodir="${ED}"/usr/share/info \
- libdir="${ED}"/usr/${libdir} \
- localstatedir="${ED}"/var/lib \
- sysconfdir="${ED}"/etc \
- -j1 \
- "$@" \
- install
+ prefix="${ED}"/usr \
+ datadir="${ED}"/usr/share \
+ mandir="${ED}"/usr/share/man \
+ infodir="${ED}"/usr/share/info \
+ libdir="${ED}"/usr/${libdir} \
+ localstatedir="${ED}"/var/lib \
+ sysconfdir="${ED}"/etc \
+ -j1 \
+ "$@" \
+ install
\end{verbatim}
\end{listing}