Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install pkgtools/pkg_install: fix pkglint...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d93784d88231
branches:  trunk
changeset: 436843:d93784d88231
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Aug 09 21:40:42 2020 +0000

description:
pkgtools/pkg_install: fix pkglint warning about CHECK_PERMS

diffstat:

 pkgtools/pkg_install/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 219247187cd7 -r d93784d88231 pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile     Sun Aug 09 21:37:26 2020 +0000
+++ b/pkgtools/pkg_install/Makefile     Sun Aug 09 21:40:42 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.230 2020/07/01 10:15:19 jperkin Exp $
+# $NetBSD: Makefile,v 1.231 2020/08/09 21:40:42 rillig Exp $
 
 # Notes to package maintainers:
 #
@@ -30,7 +30,7 @@
 SKIP_AUDIT_PACKAGES=   yes
 NO_PKGTOOLS_REQD_CHECK=        yes
 PKG_PRESERVE=          yes
-CHECK_PERMS=           no
+CHECK_PERMS_SKIP=      *
 
 # These are needed to solve a chicken-and-egg problem where pkgsrc uses
 # newer features of pkg_install, but older NetBSD installations won't



Home | Main Index | Thread Index | Old Index