mirror of
https://github.com/cryb-to/cryb-to.git
synced 2025-01-03 10:21:10 +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:
|
post-stage:
|
||||||
(cd ${STAGEDIR} && \
|
(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>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Reference in a new issue