diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-12-18 21:54:15 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-12-18 21:54:15 +0000 |
commit | 99e70a66fea06c3be5aa7a6505330f6a2d33cc2e (patch) | |
tree | 94993c43562af0339dc0d8005607b3b5cb9fbff9 /emulators/linux_base-rh-9 | |
parent | 9a75cf5f6e981ed299e7dbd5c14d7592b2cd2fef (diff) | |
download | ports-99e70a66fea06c3be5aa7a6505330f6a2d33cc2e.tar.gz ports-99e70a66fea06c3be5aa7a6505330f6a2d33cc2e.zip |
Notes
Diffstat (limited to 'emulators/linux_base-rh-9')
-rw-r--r-- | emulators/linux_base-rh-9/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile index 6d750c19a058..f2f66fd78b1d 100644 --- a/emulators/linux_base-rh-9/Makefile +++ b/emulators/linux_base-rh-9/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 |