mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- Fix USE_LDCONFIG32 for stage ready ports
Reported by: garga Tested by: garga Approved by: portmgr (bapt)
This commit is contained in:
parent
9fdc5b3006
commit
702e463096
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330369
@ -4121,7 +4121,7 @@ install-ldconfig-file:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/${LDCONFIG_32DIR}
|
||||
.endif
|
||||
@${ECHO_CMD} ${USE_LDCONFIG32} | ${TR} ' ' '\n' \
|
||||
> ${PREFIX}/${LDCONFIG32_DIR}/${UNIQUENAME}
|
||||
> ${STAGEDIR}${PREFIX}/${LDCONFIG32_DIR}/${UNIQUENAME}
|
||||
@${ECHO_CMD} "@cwd ${PREFIX}" >> ${TMPPLIST}
|
||||
@${ECHO_CMD} ${LDCONFIG32_DIR}/${UNIQUENAME} >> ${TMPPLIST}
|
||||
.if defined(NO_LDCONFIG_MTREE)
|
||||
|
Loading…
Reference in New Issue
Block a user