From 051902159d51106b439645dec069177b2e2f44a4 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 17 Mar 2005 16:08:59 +0000 Subject: Remove outdated entries from "RPMIGNOREPATH" and add some new ones to prevent the installation of certain configuration files like e.g. "nsswitch.conf" which might conflict with files in the host system. This should fix the problems with running OpenOffice on NetBSD systems using NIS as reported by Jan Schaumann in PR pkg/29025. Bump package revision because of the above change. --- emulators/suse91_base/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'emulators') diff --git a/emulators/suse91_base/Makefile b/emulators/suse91_base/Makefile index 1cf13f0dafb..b92347d06bb 100644 --- a/emulators/suse91_base/Makefile +++ b/emulators/suse91_base/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2004/10/02 01:26:19 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2005/03/17 16:08:59 tron Exp $ DISTNAME= suse_base-${SUSE_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE91} DISTFILES= ${RPMFILES} @@ -29,7 +29,9 @@ RPMFILES= aaa_base-9.1-0.${SUSE_ARCH}.rpm \ ncurses-5.4-59.${SUSE_ARCH}.rpm \ readline-4.3-306.${SUSE_ARCH}.rpm \ zlib-1.2.1-70.${SUSE_ARCH}.rpm -RPMIGNOREPATH= tmp usr/tmp var +RPMIGNOREPATH= ./etc/cron.daily ./etc/csh.cshrc ./etc/csh.login \ + ./etc/nsswitch.conf ./etc/pam.d ./etc/profile \ + ./etc/profile.d ./etc/profile.dos ./etc/shells LINUX_LDD= ${PREFIX}/${EMULSUBDIR}/usr/bin/ldd -- cgit v1.2.3