summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-02-17 21:07:15 +0100
committerCiaran McCreesh <ciaran.mccreesh@googlemail.com>2009-02-20 16:37:54 +0000
commit59308788ccbedcdc1c8ed00fcce31a62ec5ece12 (patch)
treedf256d8c6948addb71b6a0e30adf042867517168 /ebuild-functions.tex
parentWho can't spell my name? (diff)
downloadpms-59308788ccbedcdc1c8ed00fcce31a62ec5ece12.tar.gz
pms-59308788ccbedcdc1c8ed00fcce31a62ec5ece12.tar.bz2
pms-59308788ccbedcdc1c8ed00fcce31a62ec5ece12.zip
Formatting tweaks.
Add curly braces to make variables look Gentoo-like. Do not prefix a variable with a dollar sign for consistency. Add curly braces to prevent ligatures in --.
Diffstat (limited to 'ebuild-functions.tex')
-rw-r--r--ebuild-functions.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebuild-functions.tex b/ebuild-functions.tex
index 2c094b0..8f6dcc7 100644
--- a/ebuild-functions.tex
+++ b/ebuild-functions.tex
@@ -253,7 +253,7 @@ The \t{src\_test} function may be disabled by \t{RESTRICT}. See section~\ref{res
\label{src-install-function}
The \t{src\_install} function installs the package's content to a directory specified in
-\t{\${D}}.
+\t{D}.
The initial working directory must be \t{S} if that exists, falling back to \t{WORKDIR} otherwise.
The default implementation used when the ebuild lacks the \t{src\_install} function is a no-op.