From: Fabian Groffen Date: Sun, 14 Jul 2019 18:59:12 +0000 (+0200) Subject: app-shells/tcsh: fix install X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7459b45f3ccf93bcf673fc24d233f3345d8a3d1f;p=gentoo.git 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 --- 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 )