Gentoo Archives: gentoo-pms

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-pms@l.g.o
Subject: [gentoo-pms] [PATCH] get_libdir: Clarify that it must be a shell function.
Date: Fri, 18 Oct 2019 14:50:25
Message-Id: w6gd0euaz1e.fsf@kph.uni-mainz.de
1 It is implemented as a bash function in all package managers.
2
3 Signed-off-by: Ulrich Müller <ulm@g.o>
4 ---
5 pkg-mgr-commands.tex | 4 ++--
6 1 file changed, 2 insertions(+), 2 deletions(-)
7
8 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
9 index 00ae3a7..b807117 100644
10 --- a/pkg-mgr-commands.tex
11 +++ b/pkg-mgr-commands.tex
12 @@ -1143,8 +1143,8 @@ has returned.
13 \end{algorithm}
14
15 \item[get_libdir] \featurelabel{get-libdir} Prints the libdir name obtained according to
16 - algorithm~\ref{alg:get-libdir}. Only available in EAPIs listed in table~\ref{tab:misc-commands}
17 - as supporting \t{get_libdir}.
18 + algorithm~\ref{alg:get-libdir}. Must be implemented internally as a shell function.
19 + Only available in EAPIs listed in table~\ref{tab:misc-commands} as supporting \t{get_libdir}.
20
21 \begin{algorithm}
22 \caption{\t{get_libdir} logic} \label{alg:get-libdir}
23 --
24 2.23.0

Attachments

File name MIME type
signature.asc application/pgp-signature