app-shells/tcsh: fix install
authorFabian Groffen <grobian@gentoo.org>
Sun, 14 Jul 2019 18:59:12 +0000 (20:59 +0200)
committerFabian Groffen <grobian@gentoo.org>
Sun, 14 Jul 2019 18:59:25 +0000 (20:59 +0200)
Closes: https://bugs.gentoo.org/689850
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

app-shells/tcsh/tcsh-6.21.00.ebuild

index ca75f2a26467d6216e02eac916536df1c783408e..dadd2ea9de5a869c7227469ed828727da4ab1003 100644 (file)
@@ -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 )