URI: 
       net-misc/tlstun: Fix dodoc path. - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit b49df1297bc7a006dec14d9ae828468c8b932ea5
   DIR parent 384076a605439972e880e09172b977f7414daceb
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Thu, 16 Feb 2023 17:44:40 +0100
       
       net-misc/tlstun: Fix dodoc path.
       
       Diffstat:
         M net-misc/tlstun/tlstun-1.1.0.ebuild |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR 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}"