diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-06-24 21:29:39 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-06-24 21:29:39 +0000 |
commit | 831f6aa4cbfd1927aa87a7477e3cc506e0da427a (patch) | |
tree | a8bb469228b88aba9d9dc1118351148408e10e84 | |
parent | e116b49c496e070265b8920314218cf8f2e80ff5 (diff) | |
download | portage-831f6aa4cbfd1927aa87a7477e3cc506e0da427a.tar.gz portage-831f6aa4cbfd1927aa87a7477e3cc506e0da427a.tar.bz2 portage-831f6aa4cbfd1927aa87a7477e3cc506e0da427a.zip |
Update the FETCHCOMMAND docs to indicate that the command should be +written to place the fetched file at ${DISTDIR}/${FILE}.
svn path=/main/trunk/; revision=7004
-rw-r--r-- | man/make.conf.5 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index d63700a0c..fd5db5085 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -290,7 +290,8 @@ Enable the sandbox in the compile phase, when running without root privs (\fIuse .B FETCHCOMMAND This variable contains the command used for fetching package sources from the internet. It must contain the full path to the executable as well as the -place\-holders \\${DISTDIR} and \\${URI}. +place\-holders \\${DISTDIR}, \\${FILE} and \\${URI}. The command should be +written to place the fetched file at \\${DISTDIR}/\\${FILE}. Also see \fBRESUMECOMMAND\fR. .TP \fBGENTOO_MIRRORS\fR = \fI[URLs]\fR |