summaryrefslogtreecommitdiff
path: root/mk/check
diff options
context:
space:
mode:
authorrichard <richard>2014-05-09 11:59:27 +0000
committerrichard <richard>2014-05-09 11:59:27 +0000
commit26b222525c947cd19aef15655325186507375dc8 (patch)
treea096094fd2d918670dd5e02087097e9c716dec52 /mk/check
parente37943df03aa9417ee724c5eb97cada8954b043f (diff)
downloadpkgsrc-26b222525c947cd19aef15655325186507375dc8.tar.gz
use configured in check-perms
Diffstat (limited to 'mk/check')
-rw-r--r--mk/check/check-perms.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/check/check-perms.mk b/mk/check/check-perms.mk
index e1802c28afe..01fbd7b64fa 100644
--- a/mk/check/check-perms.mk
+++ b/mk/check/check-perms.mk
@@ -1,4 +1,4 @@
-# $NetBSD: check-perms.mk,v 1.14 2013/05/09 23:37:25 riastradh Exp $
+# $NetBSD: check-perms.mk,v 1.15 2014/05/09 11:59:27 richard Exp $
#
# This file checks that after installation of a package, all files and
# directories of that package have sensible permissions set.
@@ -91,5 +91,5 @@ _check-perms: .PHONY
esac; \
printf "%s\\n" "${DESTDIR}$$file"; \
done \
- | awk ${_CHECK_PERMS_GETDIRS_AWK:Q} \
+ | ${AWK} ${_CHECK_PERMS_GETDIRS_AWK:Q} \
| ${_CHECK_PERMS_CMD} ${_CHECK_PERMS_FLAGS}