summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
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}