Skip to content

Commit

Permalink
app-shells/tcsh: fix install
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/689850
Signed-off-by: Fabian Groffen <[email protected]>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
  • Loading branch information
grobian committed Jul 14, 2019
1 parent e9c8d76 commit 7459b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-shells/tcsh/tcsh-6.21.00.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 7459b45

Please sign in to comment.