mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Correct a mistake in my grouping of master site subdirectories.
This commit is contained in:
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
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue