From 23ebf828233e34862e1ff9d3ee767740b6298839 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 7 Apr 2002 13:10:16 +0000 Subject: Record "RPMFILES" and "RPMIGNOREPATH" during installation. This is useful for e.g. the "suse_x11" package where the content differs depending on the installed XFree86 version. --- emulators/suse_linux/Makefile.common | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'emulators') diff --git a/emulators/suse_linux/Makefile.common b/emulators/suse_linux/Makefile.common index ba84ab55311..a7f58c02d2a 100644 --- a/emulators/suse_linux/Makefile.common +++ b/emulators/suse_linux/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2002/04/04 09:47:07 tron Exp $ +# $NetBSD: Makefile.common,v 1.8 2002/04/07 13:10:16 tron Exp $ SUSE_VERSION= 7.3 @@ -18,6 +18,11 @@ EMULDIR= ${PREFIX}/${EMULSUBDIR} RPM2PKG= ${PREFIX}/sbin/rpm2pkg BUILD_DEPENDS+= rpm2pkg>=1.2:../../pkgtools/rpm2pkg +BUILD_DEFS+= RPMFILES +.if defined(RPMIGNOREPATH) +BUILD_DEFS+= RPMIGNOREPATH +.endif + # The SuSE Linux packages have circular dependencies. LDD?= ${TRUE} -- cgit v1.2.3