diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-07-14 20:59:12 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-07-14 20:59:25 +0200 |
commit | 7459b45f3ccf93bcf673fc24d233f3345d8a3d1f (patch) | |
tree | cda40ecb9ab8bf012c98bc49f5e930e2515b142f /app-shells | |
parent | sys-kernel/genkernel: update ebuild for genkernel v4 (diff) | |
download | gentoo-7459b45f3ccf93bcf673fc24d233f3345d8a3d1f.tar.gz gentoo-7459b45f3ccf93bcf673fc24d233f3345d8a3d1f.tar.bz2 gentoo-7459b45f3ccf93bcf673fc24d233f3345d8a3d1f.zip |
app-shells/tcsh: fix install
Closes: https://bugs.gentoo.org/689850
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/tcsh/tcsh-6.21.00.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |