From 7459b45f3ccf93bcf673fc24d233f3345d8a3d1f Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Sun, 14 Jul 2019 20:59:12 +0200 Subject: [PATCH] app-shells/tcsh: fix install Closes: https://bugs.gentoo.org/689850 Signed-off-by: Fabian Groffen Package-Manager: Portage-2.3.66, Repoman-2.3.11 --- app-shells/tcsh/tcsh-6.21.00.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/tcsh/tcsh-6.21.00.ebuild b/app-shells/tcsh/tcsh-6.21.00.ebuild index ca75f2a26467..dadd2ea9de5a 100644 --- a/app-shells/tcsh/tcsh-6.21.00.ebuild +++ b/app-shells/tcsh/tcsh-6.21.00.ebuild @@ -83,7 +83,7 @@ src_configure() { src_install() { emake DESTDIR="${D}" install install.man - DOCS=( FAQ Fixes NewThings Ported README WishList Y2K ) + DOCS=( FAQ Fixes NewThings Ported README.md WishList Y2K ) if use doc ; then perl tcsh.man2html tcsh.man || die HTML_DOCS=( tcsh.html/*.html ) -- 2.26.2