Gentoo Archives: gentoo-pms

From: "Michał Górny" <mgorny@g.o>
To: gentoo-pms@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-pms] [PATCH] Ebuild env: make it clear that accessing parent directories is illegal
Date: Sat, 04 Jun 2016 18:07:11
Message-Id: 20160604180700.2625-1-mgorny@gentoo.org
1 ---
2 ebuild-env-vars.tex | 3 +++
3 1 file changed, 3 insertions(+)
4
5 diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
6 index 7a58f05..21d4200 100644
7 --- a/ebuild-env-vars.tex
8 +++ b/ebuild-env-vars.tex
9 @@ -11,6 +11,9 @@ phases as would normally happen due to environment saving (see~\ref{sec:ebuild-e
10 different \t{pkg\_*} phases. Ebuilds must recalculate any variable they derive from an inconsistent
11 variable.
12
13 +If a variable defines a directory path, ebuilds must not attempt to reference or access the parent
14 +directory of that directory.
15 +
16 \begin{landscape}
17 \reversemarginpar
18 \addtolength{\marginparsep}{-25mm}
19 --
20 2.8.3