mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-14 09:45:40 +00:00
Use the correct variable for find(1).
This commit is contained in:
parent
f164c3ac6e
commit
a82671403f
1 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,6 @@ do-install:
|
|||
|
||||
post-stage:
|
||||
(cd ${STAGEDIR} && \
|
||||
find -s . -type f -or -type l | cut -c 2-) >>${TMPPLIST}
|
||||
${FIND} -s . -type f -or -type l | cut -c 2-) >>${TMPPLIST}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue