Gentoo Archives: gentoo-pms

From: David Leverton <levertond@××××××××××.com>
To: gentoo-pms@l.g.o
Cc: David Leverton <levertond@××××××××××.com>
Subject: [gentoo-pms] [PATCH] EAPI 3 doins should always support symlinks
Date: Sat, 17 Oct 2009 22:03:56
Message-Id: 1255817027-20673-1-git-send-email-levertond@googlemail.com
1 Previous text only requires it to work with -r, but no reason why it
2 should be restricted.
3 ---
4 pkg-mgr-commands.tex | 4 ++--
5 1 files changed, 2 insertions(+), 2 deletions(-)
6
7 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
8 index 7a5fdac..ff2b9a6 100644
9 --- a/pkg-mgr-commands.tex
10 +++ b/pkg-mgr-commands.tex
11 @@ -340,8 +340,8 @@ that can be passed to \t{dohtml} are as follows:
12 \t{INSDESTTREE}, by default with file mode \t{0644}. This can be overridden by setting
13 \t{INSOPTIONS} with the \t{insopts} function. If the first argument is \t{-r}, then operates
14 recursively, descending into any directories given. For EAPIs listed in
15 - table~\ref{tab:doins-table}, \t{doins} must install symlinks as symlinks when installing
16 - recursively; for other EAPIs, behaviour is undefined if any symlink is encountered. Failure
17 + table~\ref{tab:doins-table}, \t{doins} must install symlinks as symlinks;
18 + for other EAPIs, behaviour is undefined if any symlink is encountered. Failure
19 behaviour is EAPI dependent as per section~\ref{sec:failure-behaviour}.
20
21 \item[dolib] For each argument, installs it into the appropriate library directory as determined by
22 --
23 1.6.4.4

Replies

Subject Author
Re: [gentoo-pms] [PATCH] EAPI 3 doins should always support symlinks Ciaran McCreesh <ciaran.mccreesh@××××××××××.com>