summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-03-16 21:41:45 +0100
committerUlrich Müller <ulm@gentoo.org>2017-03-18 08:27:39 +0100
commit00dfb42f757b356ed71693b962387dda0bc2f89a (patch)
tree37fdbb96713e9f9cc4f6c22fa6bafe79640e54c9 /ebuild-env-vars.tex
parentpms.cls: Drop unused color.sty. (diff)
downloadpms-00dfb42f757b356ed71693b962387dda0bc2f89a.tar.gz
pms-00dfb42f757b356ed71693b962387dda0bc2f89a.tar.bz2
pms-00dfb42f757b356ed71693b962387dda0bc2f89a.zip
ebuild-env-vars: Allow FILESDIR to be a shadow directory
Rephrase the wording for FILESDIR to indicate that it does not need to be the original files/ directory in the repository. It just needs to be some directory containing the files from that directory.
Diffstat (limited to 'ebuild-env-vars.tex')
-rw-r--r--ebuild-env-vars.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
index 99e13cf..6b74d90 100644
--- a/ebuild-env-vars.tex
+++ b/ebuild-env-vars.tex
@@ -87,10 +87,10 @@ variable.
\t{src\_*}, global~scope\footnote{Not necessarily present when installing from a binary package.
Ebuilds must not access the directory in global scope.} &
No &
- The full path to the package's files directory, used for small support files or patches.
- See section~\ref{sec:package-dirs}. May or may not exist; if a repository provides no support
- files for the package in question then an ebuild must be prepared for the situation where
- \t{FILESDIR} points to a non-existent directory. \\
+ The full path to a directory where the files from the package's files directory (used for
+ small support files or patches) are available. See section~\ref{sec:package-dirs}. May or may
+ not exist; if a repository provides no support files for the package in question then an ebuild
+ must be prepared for the situation where \t{FILESDIR} points to a non-existent directory. \\
\t{DISTDIR} &
Ditto &
No &