summaryrefslogtreecommitdiff
path: root/mk/check/check-perms.mk
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-02-05 08:17:59 +0000
committertnn <tnn@pkgsrc.org>2008-02-05 08:17:59 +0000
commita1bf36e0ae2d685f9c65e300bb1d790cd5628d08 (patch)
tree3269b734d3b8c55a701c87eb6c1e1ef200f4d442 /mk/check/check-perms.mk
parentfbf42c9d3ee6f0317e0512d1fb4ae250b68737ac (diff)
downloadpkgsrc-a1bf36e0ae2d685f9c65e300bb1d790cd5628d08.tar.gz
Convert to ${RUN}
Diffstat (limited to 'mk/check/check-perms.mk')
-rw-r--r--mk/check/check-perms.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/mk/check/check-perms.mk b/mk/check/check-perms.mk
index a5b080f75bf..83dcbd6ebf6 100644
--- a/mk/check/check-perms.mk
+++ b/mk/check/check-perms.mk
@@ -1,4 +1,4 @@
-# $NetBSD: check-perms.mk,v 1.10 2007/08/14 23:58:24 joerg Exp $
+# $NetBSD: check-perms.mk,v 1.11 2008/02/05 08:17:59 tnn Exp $
#
# This file checks that after installation of a package, all files and
# directories of that package have sensible permissions set.
@@ -75,8 +75,7 @@ _CHECK_PERMS_GETDIRS_AWK= \
_check-perms: .PHONY
@${STEP_MSG} "Checking file permissions in ${PKGNAME}"
- ${_PKG_SILENT}${_PKG_DEBUG} set -eu; \
- ${PKG_INFO} -qe "checkperms>=1.1" \
+ ${RUN} ${PKG_INFO} -qe "checkperms>=1.1" \
|| { \
${WARNING_MSG} "[check-perms.mk] Skipping file permissions check."; \
${WARNING_MSG} "[check-perms.mk] Install sysutils/checkperms to enable this check."; \