Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:master commit in: /
Date: Sat, 10 Aug 2019 09:49:05
Message-Id: 1565430258.0fcd4aeb9985ce903d572718f241529916477e84.ulm@gentoo
1 commit: 0fcd4aeb9985ce903d572718f241529916477e84
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 10 09:44:18 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 10 09:44:18 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=0fcd4aeb
7
8 pkg-mgr-commands.tex: Fix indentation in einstall listing.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 pkg-mgr-commands.tex | 20 ++++++++++----------
13 1 file changed, 10 insertions(+), 10 deletions(-)
14
15 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
16 index 4d44baf..9aacc70 100644
17 --- a/pkg-mgr-commands.tex
18 +++ b/pkg-mgr-commands.tex
19 @@ -402,16 +402,16 @@ commands once the current phase function has returned.
20 \caption{\t{einstall} command} \label{lst:einstall}
21 \begin{verbatim}
22 emake \
23 - prefix="${ED}"/usr \
24 - datadir="${ED}"/usr/share \
25 - mandir="${ED}"/usr/share/man \
26 - infodir="${ED}"/usr/share/info \
27 - libdir="${ED}"/usr/${libdir} \
28 - localstatedir="${ED}"/var/lib \
29 - sysconfdir="${ED}"/etc \
30 - -j1 \
31 - "$@" \
32 - install
33 + prefix="${ED}"/usr \
34 + datadir="${ED}"/usr/share \
35 + mandir="${ED}"/usr/share/man \
36 + infodir="${ED}"/usr/share/info \
37 + libdir="${ED}"/usr/${libdir} \
38 + localstatedir="${ED}"/var/lib \
39 + sysconfdir="${ED}"/etc \
40 + -j1 \
41 + "$@" \
42 + install
43 \end{verbatim}
44 \end{listing}