Use FIND macro.
This commit is contained in:
parent
27ef913f54
commit
88f2ad684a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59984
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ pre-build:
|
|||
|
||||
post-build:
|
||||
${RM} -f ${PLIST}
|
||||
for i in `find ${WRKDIR} -type f -perm 755`; do \
|
||||
for i in `${FIND} ${WRKDIR} -type f -perm 755`; do \
|
||||
${ECHO_CMD} bin/`${BASENAME} $${i}` >> ${PLIST}; \
|
||||
done
|
||||
${ECHO_CMD} share/csound/csound.xmg >> ${PLIST}
|
||||
|
|
Loading…
Reference in a new issue