parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit b49df1297bc7a006dec14d9ae828468c8b932ea5
parent 384076a605439972e880e09172b977f7414daceb
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 16 Feb 2023 17:44:40 +0100

net-misc/tlstun: Fix dodoc path.

Diffstat:
Mnet-misc/tlstun/tlstun-1.1.0.ebuild | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/tlstun/tlstun-1.1.0.ebuild b/net-misc/tlstun/tlstun-1.1.0.ebuild @@ -24,7 +24,7 @@ src_compile() { src_install() { dobin tlstun - dodoc "src/${EGO_SRC}/README.md" + dodoc "README.md" doinitd "${FILESDIR}/initd/${PN}" doconfd "${FILESDIR}/confd/${PN}"