summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
Diffstat (limited to 'emulators')
-rw-r--r--emulators/suse91_base/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/emulators/suse91_base/Makefile b/emulators/suse91_base/Makefile
index e86866d02cf..3d1ad6a4e78 100644
--- a/emulators/suse91_base/Makefile
+++ b/emulators/suse91_base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/02/05 23:09:03 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2006/03/01 22:59:45 wiz Exp $
DISTNAME= suse_base-${SUSE_VERSION}
PKGREVISION= 9
@@ -12,6 +12,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}