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: Sun, 16 Apr 2017 10:20:30
Message-Id: 1492337897.1d89f03dcc60a8e420536da2c4aa411de922ba76.ulm@gentoo
1 commit: 1d89f03dcc60a8e420536da2c4aa411de922ba76
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 16 08:40:35 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 16 10:18:17 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=1d89f03d
7
8 pkg-mgr-commands: dohard, both paths are relative to D/ED
9
10 Clarify the description for the dohard helper to indicate that both
11 the created hardlink (as already noted on top of section) and its target
12 are interpreted relatively to D/ED. This is how the function is
13 implemented in Paludis, PkgCore and Portage.
14
15 pkg-mgr-commands.tex | 6 ++++--
16 1 file changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
19 index 389d8c0..84d4799 100644
20 --- a/pkg-mgr-commands.tex
21 +++ b/pkg-mgr-commands.tex
22 @@ -401,8 +401,10 @@ the current phase function has returned.
23 \t{exeopts} call.
24 Failure behaviour is EAPI dependent as per section~\ref{sec:failure-behaviour}.
25
26 -\item[dohard] Takes two parameters. Creates a hardlink from the second to the first. In EAPIs
27 - listed in table~\ref{tab:banned-commands-table}, this command is banned as per
28 +\item[dohard] Takes two parameters. Creates a hardlink from the second to the first. Both paths are
29 + relative to the staging directory including the offset-prefix \t{ED} in offset-prefix aware
30 + EAPIs, or just the staging directory \t{D} in offset-prefix agnostic EAPIs. In EAPIs listed
31 + in table~\ref{tab:banned-commands-table}, this command is banned as per
32 section~\ref{sec:banned-commands}.
33
34 \item[doheader] \featurelabel{doheader} Installs the given header files into \t{/usr/include/},