Add some X11 font database files that are generated by mkfontdir,
mkfontscale, ttmkfdir, etc., to the list of skipped files. We don't care about these because they're constantly being regenerated, sometimes during the package's install phase.
This commit is contained in:
parent
b98b9b5564
commit
e88d408616
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.pkg.check.mk,v 1.19 2005/12/29 22:32:20 jlam Exp $
|
||||
# $NetBSD: bsd.pkg.check.mk,v 1.20 2005/12/29 22:39:09 jlam Exp $
|
||||
#
|
||||
# This Makefile fragment is included by bsd.pkg.mk and defines the
|
||||
# relevant variables and targets for the various install-time "check"
|
||||
|
@ -82,6 +82,11 @@ CHECK_FILES_SKIP+= ${d:C/^([^\/])/${PREFIX}\/\1/}.*
|
|||
CHECK_FILES_SKIP+= ${d:C/^([^\/])/${PREFIX}\/\1/}.*
|
||||
.endfor
|
||||
|
||||
# Mutable X11 font database files
|
||||
CHECK_FILES_SKIP+= ${PREFIX}/.*/fonts.alias
|
||||
CHECK_FILES_SKIP+= ${PREFIX}/.*/fonts.dir
|
||||
CHECK_FILES_SKIP+= ${PREFIX}/.*/fonts.scale
|
||||
|
||||
_CHECK_FILES_SKIP_FILTER= ${GREP} -vx ${CHECK_FILES_SKIP:@f@-e ${f:Q}@}
|
||||
|
||||
###########################################################################
|
||||
|
|
Loading…
Reference in a new issue