summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-08-19 17:57:47 +0000
committerMike Frysinger <vapier@gentoo.org>2006-08-19 17:57:47 +0000
commite107965007b691c3e759b50a313c1df6a3dcf053 (patch)
tree5cae486855e96aec3a3c12d639c0ff09aed118d4 /man/ebuild.5
parentsome INSTALL_MASK docs by compnerd (diff)
downloadportage-idfetch-e107965007b691c3e759b50a313c1df6a3dcf053.tar.gz
portage-idfetch-e107965007b691c3e759b50a313c1df6a3dcf053.tar.bz2
portage-idfetch-e107965007b691c3e759b50a313c1df6a3dcf053.zip
document ROOT #144331
svn path=/main/trunk/; revision=4309
Diffstat (limited to 'man/ebuild.5')
-rw-r--r--man/ebuild.55
1 files changed, 5 insertions, 0 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index b1e985a5..c69c6d32 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -118,6 +118,11 @@ Contains the path to the temporary \fIinstall directory\fR. Every write
operation that does not involve the helper tools and functions (found below)
should be prefixed with ${D}. Do not modify this variable.
.TP
+\fBROOT\fR = \fI"/"\fR
+Contains the path that portage should use as the root of the live filesystem.
+When packages wish to make changes to the live filesystem, it should do so in
+the tree prefixed by ${ROOT}. Do not modify this variable.
+.TP
\fBDESCRIPTION\fR = \fI"A happy little package"\fR
Should contain a short description of the package.
.TP