Correct a mistake in my grouping of master site subdirectories.

This commit is contained in:
Trevor Johnson 2004-12-18 21:54:15 +00:00
parent 9a75cf5f6e
commit 99e70a66fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124422
5 changed files with 5 additions and 5 deletions

View file

@ -125,7 +125,7 @@ do-extract:
# Also, set the ELF fallback brand to Linux, so that we don't have to do # Also, set the ELF fallback brand to Linux, so that we don't have to do
# anything special to run staticly linked binaries. # anything special to run staticly linked binaries.
@/sbin/sysctl -w ${FALLBACK_ELF_MIB}=${LINUX_ELF} @/sbin/sysctl -w ${FALLBACK_ELF_MIB}=${LINUX_ELF}
@for R in ${DISTFILES}; do \ @for R in ${DISTFILES:S/:new//}; do \
${ECHO} $$R; \ ${ECHO} $$R; \
${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \ ${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \
done done

View file

@ -125,7 +125,7 @@ do-extract:
# Also, set the ELF fallback brand to Linux, so that we don't have to do # Also, set the ELF fallback brand to Linux, so that we don't have to do
# anything special to run staticly linked binaries. # anything special to run staticly linked binaries.
@/sbin/sysctl -w ${FALLBACK_ELF_MIB}=${LINUX_ELF} @/sbin/sysctl -w ${FALLBACK_ELF_MIB}=${LINUX_ELF}
@for R in ${DISTFILES}; do \ @for R in ${DISTFILES:S/:new//}; do \
${ECHO} $$R; \ ${ECHO} $$R; \
${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \ ${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \
done done

View file

@ -125,7 +125,7 @@ do-extract:
# Also, set the ELF fallback brand to Linux, so that we don't have to do # Also, set the ELF fallback brand to Linux, so that we don't have to do
# anything special to run staticly linked binaries. # anything special to run staticly linked binaries.
@/sbin/sysctl -w ${FALLBACK_ELF_MIB}=${LINUX_ELF} @/sbin/sysctl -w ${FALLBACK_ELF_MIB}=${LINUX_ELF}
@for R in ${DISTFILES}; do \ @for R in ${DISTFILES:S/:new//}; do \
${ECHO} $$R; \ ${ECHO} $$R; \
${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \ ${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \
done done

View file

@ -125,7 +125,7 @@ do-extract:
# Also, set the ELF fallback brand to Linux, so that we don't have to do # Also, set the ELF fallback brand to Linux, so that we don't have to do
# anything special to run staticly linked binaries. # anything special to run staticly linked binaries.
@/sbin/sysctl -w ${FALLBACK_ELF_MIB}=${LINUX_ELF} @/sbin/sysctl -w ${FALLBACK_ELF_MIB}=${LINUX_ELF}
@for R in ${DISTFILES}; do \ @for R in ${DISTFILES:S/:new//}; do \
${ECHO} $$R; \ ${ECHO} $$R; \
${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \ ${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \
done done

View file

@ -125,7 +125,7 @@ do-extract:
# Also, set the ELF fallback brand to Linux, so that we don't have to do # Also, set the ELF fallback brand to Linux, so that we don't have to do
# anything special to run staticly linked binaries. # anything special to run staticly linked binaries.
@/sbin/sysctl -w ${FALLBACK_ELF_MIB}=${LINUX_ELF} @/sbin/sysctl -w ${FALLBACK_ELF_MIB}=${LINUX_ELF}
@for R in ${DISTFILES}; do \ @for R in ${DISTFILES:S/:new//}; do \
${ECHO} $$R; \ ${ECHO} $$R; \
${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \ ${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \
done done