Gentoo Archives: gentoo-commits

From: Alexander Berntsen <bernalex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: man/
Date: Tue, 02 Feb 2016 20:46:18
Message-Id: 1454422254.4369d1aca89eaecd589af4aa7a387ce36e5c42e7.bernalex@gentoo
1 commit: 4369d1aca89eaecd589af4aa7a387ce36e5c42e7
2 Author: Alexander Berntsen <bernalex <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 2 14:10:13 2016 +0000
4 Commit: Alexander Berntsen <bernalex <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 14:10:54 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=4369d1ac
7
8 Be extra clear on INSTALL_MASK & dirs (bug 527004)
9
10 Signed-off-by: Alexander Berntsen <bernalex <AT> gentoo.org>
11
12 X-Gentoo-Bug: 527004
13 X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=527004
14
15 man/make.conf.5 | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/man/make.conf.5 b/man/make.conf.5
19 index 1d1cfeb..49c88ce 100644
20 --- a/man/make.conf.5
21 +++ b/man/make.conf.5
22 @@ -705,8 +705,8 @@ proxy server for internet access.
23 \fBINSTALL_MASK\fR = \fI[space delimited list of filename patterns (globs)]\fR
24 Use this variable if you want to selectively prevent certain files
25 from being copied into your file system tree. This does not work on
26 -symlinks, but only on actual files. Useful if you wish to filter out
27 -files like HACKING.gz and TODO.gz.
28 +symlinks, but only on actual files (including directories). Useful if
29 +you wish to filter out files like HACKING.gz and TODO.gz.
30
31 Patterns are matched against both the absolute path and the bare
32 filename of each file (or directory) to be installed.