. Don't let find(1) descend into directories that may have already been
deleted. PR: 71019 Submitted by: Rainer Goellner <rainer@jabbe.de>
This commit is contained in:
parent
ae93480463
commit
274f5bb820
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117757
@ -195,7 +195,7 @@ pre-patch:
|
||||
${PATCH} -p0 -E < ${WRKDIR}/jdk131.patches
|
||||
|
||||
post-patch:
|
||||
@-${FIND} ${WRKDIR} -name SCCS -exec ${RM} -rf {} \;
|
||||
@${FIND} -d ${WRKDIR} -name SCCS -exec ${RM} -rf {} \;
|
||||
@for file in ${LD_LIBRARY_PATH_FILES}; do \
|
||||
${REINPLACE_CMD} -e "s:%%LOCALBASE%%:${LOCALBASE}:" \
|
||||
${WRKSRC}/$${file}; \
|
||||
|
Loading…
Reference in New Issue
Block a user