pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/check Since a few hours, the .PLIST file does not c...
details: https://anonhg.NetBSD.org/pkgsrc/rev/74ded7bf89c6
branches: trunk
changeset: 519789:74ded7bf89c6
user: rillig <rillig%pkgsrc.org@localhost>
date: Mon Oct 09 23:06:48 2006 +0000
description:
Since a few hours, the .PLIST file does not contain the full pathnames
anymore. Therefore, cd to ${LOCALBASE} to correctly resolve the relative
pathnames.
diffstat:
mk/check/check-interpreter.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r f15fa0ccfd80 -r 74ded7bf89c6 mk/check/check-interpreter.mk
--- a/mk/check/check-interpreter.mk Mon Oct 09 22:48:40 2006 +0000
+++ b/mk/check/check-interpreter.mk Mon Oct 09 23:06:48 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: check-interpreter.mk,v 1.12 2006/10/09 12:25:44 joerg Exp $
+# $NetBSD: check-interpreter.mk,v 1.13 2006/10/09 23:06:48 rillig Exp $
# This file checks that after installation, all files of the package
# that start with a "#!" line will find their interpreter. Files that
@@ -47,6 +47,7 @@
.if !defined(NO_PKG_REGISTER)
${_PKG_SILENT}${_PKG_DEBUG} \
set -e; \
+ cd ${LOCALBASE}; \
${_CHECK_INTERP_FILELIST_CMD} | ${SORT} | ${SED} 's,\\,\\\\,g' |\
while read file; do \
${_CHECK_INTERP_SKIP_FILTER}; \
Home |
Main Index |
Thread Index |
Old Index