Gentoo Archives: gentoo-pms

From: Ulrich Mueller <ulm@g.o>
To: gentoo-pms@l.g.o
Cc: grobian@g.o
Subject: [gentoo-pms] Patch for review: Fix scope of ED variable
Date: Thu, 02 Dec 2010 17:37:50
Message-Id: 19703.55641.306138.299783@a1i15.kph.uni-mainz.de
1 PMS says that ED would only be defined in src_install. This looks like
2 a mistake to me, because ED should have the same scope as D.
3
4 Please included below, please review.
5
6 Ulrich
7
8
9 From fdc3571bb9e41946606db00ee15de9ec50febb47 Mon Sep 17 00:00:00 2001
10 From: Ulrich Mueller <ulm@g.o>
11 Date: Thu, 2 Dec 2010 18:32:48 +0100
12 Subject: [PATCH] Fix scope of ED variable.
13
14 ---
15 ebuild-env-vars.tex | 2 +-
16 1 files changed, 1 insertions(+), 1 deletions(-)
17
18 diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
19 index 87333f2..8bb5ee6 100644
20 --- a/ebuild-env-vars.tex
21 +++ b/ebuild-env-vars.tex
22 @@ -144,7 +144,7 @@ variable.
23 Contains the full path to the image that is about to be or has just been merged. Must be
24 non-empty and end in a trailing slash. \\
25 \t{ED} &
26 - \t{src\_install} &
27 + \t{src\_install}, \t{pkg\_preinst}, \t{pkg\_postinst} &
28 See \t{D} &
29 Like \t{D}, but with \t{EPREFIX} appended. This is a convenience variable. See also the
30 \t{EPREFIX} variable. \\
31 --
32 1.7.3.2

Replies

Subject Author
Re: [gentoo-pms] Patch for review: Fix scope of ED variable Ulrich Mueller <ulm@g.o>