summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2006-03-17 21:20:45 +0000
committertonio <tonio@pkgsrc.org>2006-03-17 21:20:45 +0000
commit9ff8714b77488344491b5872ba5f1108e28bf909 (patch)
treed1a7e860a84ce2468514626e95147c5f1dce68e5 /emulators
parent4eb2dcff20c761bcb223017afd87e956cf3fbe83 (diff)
downloadpkgsrc-9ff8714b77488344491b5872ba5f1108e28bf909.tar.gz
Fix CHECK_FILES in bulk build, by applying the same fix as for suse91_base
Diffstat (limited to 'emulators')
-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}