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: Mon, 07 Feb 2022 08:13:19
Message-Id: 1641633182.19011b5efffa577d35daa9dfe32820e3fc04d0a8.ulm@gentoo
1 commit: 19011b5efffa577d35daa9dfe32820e3fc04d0a8
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 8 09:13:02 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 8 09:13:02 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=19011b5e
7
8 pkg-mgr-commands.tex: Teletype font for literal string in get_libdir
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 pkg-mgr-commands.tex | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
16 index 45706af..eb15d64 100644
17 --- a/pkg-mgr-commands.tex
18 +++ b/pkg-mgr-commands.tex
19 @@ -1270,7 +1270,7 @@ has returned.
20 \begin{algorithm}
21 \caption{\t{get_libdir} logic} \label{alg:get-libdir}
22 \begin{algorithmic}[1]
23 -\STATE let libdir=lib
24 +\STATE let libdir=\t{lib}
25 \IF{the ABI environment variable is set}
26 \STATE let libvar=LIBDIR_\$ABI
27 \IF{the environment variable named by libvar is set}