From 99e70a66fea06c3be5aa7a6505330f6a2d33cc2e Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Sat, 18 Dec 2004 21:54:15 +0000 Subject: Correct a mistake in my grouping of master site subdirectories. --- emulators/linux_base-suse-9.1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators/linux_base-suse-9.1') diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile index 6d750c19a058..f2f66fd78b1d 100644 --- a/emulators/linux_base-suse-9.1/Makefile +++ b/emulators/linux_base-suse-9.1/Makefile @@ -125,7 +125,7 @@ do-extract: # Also, set the ELF fallback brand to Linux, so that we don't have to do # anything special to run staticly linked binaries. @/sbin/sysctl -w ${FALLBACK_ELF_MIB}=${LINUX_ELF} - @for R in ${DISTFILES}; do \ + @for R in ${DISTFILES:S/:new//}; do \ ${ECHO} $$R; \ ${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \ done -- cgit v1.2.3