diff options
author | trevor <trevor@FreeBSD.org> | 2004-12-19 05:54:15 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-12-19 05:54:15 +0800 |
commit | 84a5b0eb52a9ec3b3432fc4f7a11e818c8388a9a (patch) | |
tree | 8f71ec0e3136c0340d139aeed5988196487c2d35 /emulators | |
parent | f1107de3b27414922595bf30124a4f11c680d465 (diff) | |
download | freebsd-ports-gnome-84a5b0eb52a9ec3b3432fc4f7a11e818c8388a9a.tar.gz freebsd-ports-gnome-84a5b0eb52a9ec3b3432fc4f7a11e818c8388a9a.tar.zst freebsd-ports-gnome-84a5b0eb52a9ec3b3432fc4f7a11e818c8388a9a.zip |
Correct a mistake in my grouping of master site subdirectories.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-8/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_base-rh-9/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.1/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.2/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.3/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile index 6d750c19a058..f2f66fd78b1d 100644 --- a/emulators/linux_base-8/Makefile +++ b/emulators/linux_base-8/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 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 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 diff --git a/emulators/linux_base-suse-9.2/Makefile b/emulators/linux_base-suse-9.2/Makefile index 6d750c19a058..f2f66fd78b1d 100644 --- a/emulators/linux_base-suse-9.2/Makefile +++ b/emulators/linux_base-suse-9.2/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 diff --git a/emulators/linux_base-suse-9.3/Makefile b/emulators/linux_base-suse-9.3/Makefile index 6d750c19a058..f2f66fd78b1d 100644 --- a/emulators/linux_base-suse-9.3/Makefile +++ b/emulators/linux_base-suse-9.3/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 |