commit: d1ed9262141575c5a99822900cceb1a9f5edc76b Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Sat Dec 26 12:26:24 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sat Dec 26 12:26:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ed9262
dev-lang/tcl: fix installation of README Closes: https://bugs.gentoo.org/761760 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> dev-lang/tcl/tcl-8.6.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/tcl/tcl-8.6.10.ebuild b/dev-lang/tcl/tcl-8.6.10.ebuild index be6d50c6282..42d49836679 100644 --- a/dev-lang/tcl/tcl-8.6.10.ebuild +++ b/dev-lang/tcl/tcl-8.6.10.ebuild @@ -116,7 +116,7 @@ multilib_src_install() { if multilib_is_native_abi; then dosym tclsh${v1} /usr/bin/tclsh - dodoc "${SPARENT}"/{ChangeLog*,README,changes} + dodoc "${SPARENT}"/{ChangeLog*,README.md,changes} fi }
