From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7486E58973 for ; Tue, 2 Feb 2016 20:46:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46B9B21C001; Tue, 2 Feb 2016 20:46:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6AEC21C001 for ; Tue, 2 Feb 2016 20:46:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8483340DA4 for ; Tue, 2 Feb 2016 20:46:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F8B28E1 for ; Tue, 2 Feb 2016 20:46:13 +0000 (UTC) From: "Alexander Berntsen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexander Berntsen" Message-ID: <1454422254.4369d1aca89eaecd589af4aa7a387ce36e5c42e7.bernalex@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/make.conf.5 X-VCS-Directories: man/ X-VCS-Committer: bernalex X-VCS-Committer-Name: Alexander Berntsen X-VCS-Revision: 4369d1aca89eaecd589af4aa7a387ce36e5c42e7 X-VCS-Branch: master Date: Tue, 2 Feb 2016 20:46:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0baab521-ef89-4684-a8d2-690b77566c57 X-Archives-Hash: 80982d204a88c9f67811565b9a711e05 commit: 4369d1aca89eaecd589af4aa7a387ce36e5c42e7 Author: Alexander Berntsen gentoo org> AuthorDate: Tue Feb 2 14:10:13 2016 +0000 Commit: Alexander Berntsen gentoo org> CommitDate: Tue Feb 2 14:10:54 2016 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=4369d1ac Be extra clear on INSTALL_MASK & dirs (bug 527004) Signed-off-by: Alexander Berntsen gentoo.org> X-Gentoo-Bug: 527004 X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=527004 man/make.conf.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/make.conf.5 b/man/make.conf.5 index 1d1cfeb..49c88ce 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -705,8 +705,8 @@ proxy server for internet access. \fBINSTALL_MASK\fR = \fI[space delimited list of filename patterns (globs)]\fR 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. +symlinks, but only on actual files (including directories). Useful if +you wish to filter out files like HACKING.gz and TODO.gz. Patterns are matched against both the absolute path and the bare filename of each file (or directory) to be installed.