commit: b6f6651b9c7c13edfa2e500521247453045ac2fc Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org> AuthorDate: Tue Feb 15 22:11:26 2022 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Tue Feb 15 22:11:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6f6651b
dev-lua/luacov: Fix name of doc dir Closes: https://bugs.gentoo.org/833023 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org> dev-lua/luacov/luacov-0.15.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/luacov/luacov-0.15.0.ebuild b/dev-lua/luacov/luacov-0.15.0.ebuild index 3f80f11204be..6ebf602b4270 100644 --- a/dev-lua/luacov/luacov-0.15.0.ebuild +++ b/dev-lua/luacov/luacov-0.15.0.ebuild @@ -29,7 +29,7 @@ BDEPEND=" ) " -HTML_DOCS=( "doc/." ) +HTML_DOCS=( "docs/." ) lua_src_test() { busted --lua=${ELUA} || die
