diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-14 02:26:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-14 02:26:23 +0000 |
commit | 0f0ba4574940cf4ef52e00a7b3be769a0dc8c32c (patch) | |
tree | 849e91c742a0654ce177c5cee5002f9d71513c1a | |
parent | 7ff6cef4e4c0f3532471a60fa5deb3d7dcdd8a53 (diff) | |
download | portage-0f0ba4574940cf4ef52e00a7b3be769a0dc8c32c.tar.gz portage-0f0ba4574940cf4ef52e00a7b3be769a0dc8c32c.tar.bz2 portage-0f0ba4574940cf4ef52e00a7b3be769a0dc8c32c.zip |
note that you need to use an absolute path for ROOT #147427 by Brad Plant
svn path=/main/trunk/; revision=4443
-rw-r--r-- | man/make.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index 2a509013d..0dba9373b 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -380,7 +380,7 @@ packages or ebuilds. All \fBRDEPEND\fR and \fBPDEPEND\fR will be installed into \fBROOT\fR while all \fBDEPEND\fR will be still be installed into /. Typically, you should set this setting in the environment rather than in \fI/etc/make.conf\fR itself. It's commonly used for creating new build -images. +images. Make sure you use an absolute path. .br Defaults to /. .TP |