diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-19 17:57:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-19 17:57:47 +0000 |
commit | e107965007b691c3e759b50a313c1df6a3dcf053 (patch) | |
tree | 5cae486855e96aec3a3c12d639c0ff09aed118d4 | |
parent | 0bcf099a28741ca1a05a58c520bc4c6884bf2f64 (diff) | |
download | portage-e107965007b691c3e759b50a313c1df6a3dcf053.tar.gz portage-e107965007b691c3e759b50a313c1df6a3dcf053.tar.bz2 portage-e107965007b691c3e759b50a313c1df6a3dcf053.zip |
document ROOT #144331
svn path=/main/trunk/; revision=4309
-rw-r--r-- | man/ebuild.5 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5 index b1e985a56..c69c6d329 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 |