Gentoo Archives: gentoo-portage-dev

From: Brian Dolbec <dolsen@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] Be extra clear on INSTALL_MASK & dirs (bug 527004)
Date: Tue, 02 Feb 2016 17:05:32
Message-Id: 20160202090437.2c37c407.dolsen@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] Be extra clear on INSTALL_MASK & dirs (bug 527004) by Alexander Berntsen
1 On Tue, 2 Feb 2016 15:11:32 +0100
2 Alexander Berntsen <bernalex@g.o> wrote:
3
4 > Signed-off-by: Alexander Berntsen <bernalex@g.o>
5 >
6 > X-Gentoo-Bug: 527004
7 > X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=527004
8 > ---
9 > man/make.conf.5 | 4 ++--
10 > 1 file changed, 2 insertions(+), 2 deletions(-)
11 >
12 > diff --git a/man/make.conf.5 b/man/make.conf.5
13 > index 1d1cfeb..49c88ce 100644
14 > --- a/man/make.conf.5
15 > +++ b/man/make.conf.5
16 > @@ -705,8 +705,8 @@ proxy server for internet access.
17 > \fBINSTALL_MASK\fR = \fI[space delimited list of filename patterns
18 > (globs)]\fR Use this variable if you want to selectively prevent
19 > certain files from being copied into your file system tree. This
20 > does not work on -symlinks, but only on actual files. Useful if you
21 > wish to filter out -files like HACKING.gz and TODO.gz.
22 > +symlinks, but only on actual files (including directories). Useful if
23 > +you wish to filter out files like HACKING.gz and TODO.gz.
24 >
25 > Patterns are matched against both the absolute path and the bare
26 > filename of each file (or directory) to be installed.
27
28
29 looks good. also you don't need an ack to push missed copyright
30 changes...
31 we all forget them at times.
32 --
33 Brian Dolbec <dolsen>