summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-03-29 04:55:40 +0000
committerZac Medico <zmedico@gentoo.org>2008-03-29 04:55:40 +0000
commitfa9c84cc7f9b7b042b4f1c156655c23c1417480f (patch)
tree7766176e1afe54c88747a994737c821b7e49342c
parent9a1244ce152bad977d01cca1d4d5cc44a9cacd35 (diff)
downloadportage-fa9c84cc7f9b7b042b4f1c156655c23c1417480f.tar.gz
portage-fa9c84cc7f9b7b042b4f1c156655c23c1417480f.tar.bz2
portage-fa9c84cc7f9b7b042b4f1c156655c23c1417480f.zip
Add a note about PKG_INSTALL_MASK.
svn path=/main/trunk/; revision=9591
-rw-r--r--man/make.conf.55
1 files changed, 4 insertions, 1 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index 499f3c23e..18d750a21 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -332,7 +332,10 @@ proxy server for internet access.
Use this variable if you want to selectively prevent certain files from being
copied into your file system tree. This does not work on symlinks, but only on
actual files. Useful if you wish to filter out files like HACKING.gz and
-TODO.gz.
+TODO.gz. The \fBINSTALL_MASK\fR is processed just before a package is merged.
+Also supported is a \fBPKG_INSTALL_MASK\fR variable that behaves exactly like
+\fBINSTALL_MASK\fR except that it is processed just before creation of a binary
+package.
.TP
.B MAKEOPTS
Use this variable if you want to use parallel make. For example, if you