summaryrefslogtreecommitdiff
path: root/emulators/suse100_base
diff options
context:
space:
mode:
authortonio <tonio>2006-03-17 21:20:45 +0000
committertonio <tonio>2006-03-17 21:20:45 +0000
commitb069191fda119ee5545ec6d3e64d7011b76b977a (patch)
treed1a7e860a84ce2468514626e95147c5f1dce68e5 /emulators/suse100_base
parentce18c9db1c7081174424f25c5eab69720daea028 (diff)
downloadpkgsrc-b069191fda119ee5545ec6d3e64d7011b76b977a.tar.gz
Fix CHECK_FILES in bulk build, by applying the same fix as for suse91_base
Diffstat (limited to 'emulators/suse100_base')
-rw-r--r--emulators/suse100_base/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/emulators/suse100_base/Makefile b/emulators/suse100_base/Makefile
index cf9c3b25235..5341174af91 100644
--- a/emulators/suse100_base/Makefile
+++ b/emulators/suse100_base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/03/09 20:34:10 tonio Exp $
+# $NetBSD: Makefile,v 1.2 2006/03/17 21:20:45 tonio Exp $
DISTNAME= suse_base-${SUSE_VERSION}
CATEGORIES= emulators
@@ -11,6 +11,10 @@ COMMENT= Linux compatibility package
CONFLICTS= linux_SuSE-5.3 linux_lib-2.4 linuxppc_lib-[0-9]*
+# these files are handled by manually during de-/installation/pkg_add
+CHECK_FILES_SKIP+= ${PREFIX}/${EMULSUBDIR}/dev/.*
+CHECK_FILES_SKIP+= ${PREFIX}/${EMULSUBDIR}/etc/ld.so.cache
+
EXTRACT_ONLY= # empty
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
PLIST_SUBST+= EMULSUBDIR=${EMULSUBDIR:Q} LINUX_LIB=${LINUX_LIB:Q}