summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-08-10 11:44:18 +0200
committerUlrich Müller <ulm@gentoo.org>2019-08-10 11:44:18 +0200
commit0fcd4aeb9985ce903d572718f241529916477e84 (patch)
treed41e704da6f06edb8a0ef0fe67016d8793ee4fcf
parenteapi-cheatsheet.tex: Specify --with-sysroot in econf correctly. (diff)
downloadpms-0fcd4aeb.tar.gz
pms-0fcd4aeb.tar.bz2
pms-0fcd4aeb.zip
pkg-mgr-commands.tex: Fix indentation in einstall listing.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--pkg-mgr-commands.tex20
1 files 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}