diff options
author | rillig <rillig> | 2007-09-12 10:22:53 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-09-12 10:22:53 +0000 |
commit | 1935e014d9127faad4fb6b698677e2b31c040c1e (patch) | |
tree | 306b8124307d21767afb9bdb7972a2bff3df9da5 /mk/check | |
parent | 183a982516a7e185295e025d3b1cbf2682df95d4 (diff) | |
download | pkgsrc-1935e014d9127faad4fb6b698677e2b31c040c1e.tar.gz |
check-files shouldn't complain about files in VARBASE, since they cannot
be represented in the PLIST.
Diffstat (limited to 'mk/check')
-rw-r--r-- | mk/check/check-files.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/check/check-files.mk b/mk/check/check-files.mk index 4189c918d17..09fab17ac27 100644 --- a/mk/check/check-files.mk +++ b/mk/check/check-files.mk @@ -1,4 +1,4 @@ -# $NetBSD: check-files.mk,v 1.18 2007/08/21 21:44:23 jlam Exp $ +# $NetBSD: check-files.mk,v 1.19 2007/09/12 10:22:53 rillig Exp $ # # This file checks that the list of installed files matches the PLIST. # For that purpose it records the file list of LOCALBASE before and @@ -65,6 +65,9 @@ CHECK_FILES_SKIP+= ${PKG_DBDIR}.refcount.* CHECK_FILES_SKIP+= ${PACKAGES}/.* CHECK_FILES_SKIP+= ${DISTDIR}/.* +# For unprivileged builds, VARBASE is below LOCALBASE. +CHECK_FILES_SKIP+= ${VARBASE}/.* + # File that are outside of ${PREFIX} in directories we already know we'll # be using for mutable data. # |