summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ebuild-env-vars.tex')
-rw-r--r--ebuild-env-vars.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
index 2f06370..f6a16bd 100644
--- a/ebuild-env-vars.tex
+++ b/ebuild-env-vars.tex
@@ -144,11 +144,11 @@ variable.
\t{EBUILD\_PHASE} &
All &
No &
- Takes one of the values \t{config}, \t{setup}, \t{nofetch}, \t{unpack},
- \t{compile}, \t{test}, \t{install}, \t{preinst}, \t{postinst}, \t{prerm}, \t{postrm}, \t{info}
- according to the top level ebuild function that was executed by the package manager. May be
- unset or any single word that is not any of the above when the ebuild is being sourced for
- other (e.g. metadata or QA) purposes. \\
+ Takes one of the values \t{config}, \t{setup}, \t{nofetch}, \t{unpack}, \t{prepare},
+ \t{configure}, \t{compile}, \t{test}, \t{install}, \t{preinst}, \t{postinst}, \t{prerm},
+ \t{postrm}, \t{info} according to the top level ebuild function that was executed by the package
+ manager. May be unset or any single word that is not any of the above when the ebuild is being
+ sourced for other (e.g. metadata or QA) purposes. \\
\t{WORKDIR} &
\t{src\_*} &
Yes &