pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/check s/LOCALBASE/PREFIX/, but thanks for catching ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f9e880e7af2
branches:  trunk
changeset: 519811:1f9e880e7af2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Oct 10 13:01:26 2006 +0000

description:
s/LOCALBASE/PREFIX/, but thanks for catching this.

diffstat:

 mk/check/check-interpreter.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9d8b019507f1 -r 1f9e880e7af2 mk/check/check-interpreter.mk
--- a/mk/check/check-interpreter.mk     Tue Oct 10 12:55:39 2006 +0000
+++ b/mk/check/check-interpreter.mk     Tue Oct 10 13:01:26 2006 +0000
@@ -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 @@
 .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};                           \



Home | Main Index | Thread Index | Old Index