Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-pms
PMS says that ED would only be defined in src_install. This looks like
a mistake to me, because ED should have the same scope as D.
Please included below, please review.
Ulrich
From fdc3571bb9e41946606db00ee15de9ec50febb47 Mon Sep 17 00:00:00 2001
From: Ulrich Mueller <ulm@g.o>
Date: Thu, 2 Dec 2010 18:32:48 +0100
Subject: [PATCH] Fix scope of ED variable.
---
ebuild-env-vars.tex | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
index 87333f2..8bb5ee6 100644
--- a/ebuild-env-vars.tex
+++ b/ebuild-env-vars.tex
@@ -144,7 +144,7 @@ variable.
Contains the full path to the image that is about to be or has just been merged. Must be
non-empty and end in a trailing slash. \\
\t{ED} &
- \t{src\_install} &
+ \t{src\_install}, \t{pkg\_preinst}, \t{pkg\_postinst} &
See \t{D} &
Like \t{D}, but with \t{EPREFIX} appended. This is a convenience variable. See also the
\t{EPREFIX} variable. \\
--
1.7.3.2
|
|