Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 258125
Collapse All | Expand All

(-)ebuild-writing/common-mistakes/text.xml (+16 lines)
Lines 21-26 Link Here
21
</section>
21
</section>
22
22
23
<section>
23
<section>
24
<title>Invalid use of <c>ROOT</c></title>
25
<body>
26
<p>
27
The usage of <c>ROOT</c> is only designed to influence the way the package is
28
installed (ie. into <c>ROOT</c>) - building and compiling should not depend on
29
<c>ROOT</c>. As a consequence of this the usage of <c>ROOT</c> in <c>src_*</c>
30
functions is not allowed.
31
</p>
32
33
<p>
34
See also <uri link="::ebuild-writing/variables#ROOT"/>.
35
</p>
36
</body>
37
</section>
38
39
<section>
24
<title>Referencing the full path to documentation files that could be
40
<title>Referencing the full path to documentation files that could be
25
compressed</title>
41
compressed</title>
26
<body>
42
<body>

Return to bug 258125