On 2025/03/05 11:40, Omar Polo wrote:
> Stuart Henderson <s...@spacehopper.org> wrote:
> > On 2025/03/05 10:01, o...@omarpolo.com wrote:
> > > + find ${WRKSRC}/cmd/plakar -iname \*.1 -exec \
> > > +         ${INSTALL_MAN} {} ${PREFIX}/man/man1 \;
> > 
> > why \; and not +? (fewer exec's of install)
> 
> because {} it's not the last argument, so + can't be used :/

hah, I am too used to parallel from moreutils which doesn't
have such a pointless restriction ;)

Reply via email to