diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-02-06 18:45:34 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-02-06 18:45:34 +0000 |
commit | 00bbcf9f5d287d8a595107710c7eba2f7fdc613f (patch) | |
tree | 8711b2c328147c15875faee92e14662a2cc1a5c6 | |
parent | fbe96ea48b86185427a2191f07013cd6ae842b91 (diff) | |
download | portage-00bbcf9f5d287d8a595107710c7eba2f7fdc613f.tar.gz portage-00bbcf9f5d287d8a595107710c7eba2f7fdc613f.tar.bz2 portage-00bbcf9f5d287d8a595107710c7eba2f7fdc613f.zip |
Document PORTAGE_WORKDIR_MODE for bug #8688. Thanks to Peter Hjalmarsson in bug #164617.
svn path=/main/trunk/; revision=5904
-rw-r--r-- | man/make.conf.5 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index f5700cf54..8467aa016 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -377,6 +377,9 @@ Defines the location of the temporary build directories. .br Defaults to /var/tmp. .TP +\fBPORTAGE_WORKDIR_MODE\fR = \fI"0700"\fR +This variable controls permissions for \fIWORKDIR\fR (see \fBebuild\fR(5)). +.TP \fBPORTDIR\fR = \fI[path]\fR Defines the location of your Portage tree. .br |