Gentoo Archives: gentoo-portage-dev

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

Replies