[Bug 287483] net-im/gotosocial: update to 0.19.1
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 287483] net-im/gotosocial: update to 0.19.1"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Jul 2025 01:14:31 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287483
--- Comment #15 from Vladimir Druzenko <vvd@FreeBSD.org> ---
Instead of this:
> .for x in assets template
> (cd ${WRKSRC}/web/${x} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/${x})
> .endfor
Work for me:
> (cd ${WRKSRC}/web && ${COPYTREE_SHARE} "assets template" ${STAGEDIR}${WWWDIR})
--
You are receiving this mail because:
You are the assignee for the bug.