diff options
author | joerg <joerg> | 2006-10-10 13:01:26 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-10-10 13:01:26 +0000 |
commit | fbb214c69dcc21d51d4ec3f0b88edcc821d1cd73 (patch) | |
tree | b067eecad27feceea5721b5407c760355f268aeb /mk/check | |
parent | ade0e168b83db554204ce96b43c528e90908df9f (diff) | |
download | pkgsrc-fbb214c69dcc21d51d4ec3f0b88edcc821d1cd73.tar.gz |
s/LOCALBASE/PREFIX/, but thanks for catching this.
Diffstat (limited to 'mk/check')
-rw-r--r-- | mk/check/check-interpreter.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/check/check-interpreter.mk b/mk/check/check-interpreter.mk index c368ec42076..9516b9a50b7 100644 --- a/mk/check/check-interpreter.mk +++ b/mk/check/check-interpreter.mk @@ -1,4 +1,4 @@ -# $NetBSD: check-interpreter.mk,v 1.13 2006/10/09 23:06:48 rillig Exp $ +# $NetBSD: check-interpreter.mk,v 1.14 2006/10/10 13:01:26 joerg Exp $ # This file checks that after installation, all files of the package # that start with a "#!" line will find their interpreter. Files that @@ -47,7 +47,7 @@ check-interpreter: error-check .if !defined(NO_PKG_REGISTER) ${_PKG_SILENT}${_PKG_DEBUG} \ set -e; \ - cd ${LOCALBASE}; \ + cd ${PREFIX}; \ ${_CHECK_INTERP_FILELIST_CMD} | ${SORT} | ${SED} 's,\\,\\\\,g' |\ while read file; do \ ${_CHECK_INTERP_SKIP_FILTER}; \ |