diff options
author | richard <richard@pkgsrc.org> | 2014-05-09 11:59:27 +0000 |
---|---|---|
committer | richard <richard@pkgsrc.org> | 2014-05-09 11:59:27 +0000 |
commit | 70984884a1058edb92ddeab4af405818402caaac (patch) | |
tree | c23477a11ddc846c8969db3583cc022bd6054784 /mk/check | |
parent | 5d0dfb2719c7f3074e413026f237edb434cbf082 (diff) | |
download | pkgsrc-70984884a1058edb92ddeab4af405818402caaac.tar.gz |
use configured in check-perms
Diffstat (limited to 'mk/check')
-rw-r--r-- | mk/check/check-perms.mk | 4 |
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} |