commit: 4ea6e513e7298e30a475fce5f288b552cb12406d
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 06:12:00 2025 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 06:12:00 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ea6e513
sys-devel/smatch: Fix docs filenames
Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>
sys-devel/smatch/smatch-1.73.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-devel/smatch/smatch-1.73.ebuild
b/sys-devel/smatch/smatch-1.73.ebuild
index 4ad7e5da59b7..b6b69d10c084 100644
--- a/sys-devel/smatch/smatch-1.73.ebuild
+++ b/sys-devel/smatch/smatch-1.73.ebuild
@@ -69,5 +69,5 @@ src_install() {
dobin smatch cgcc
insinto /usr/share/smatch/smatch_data
doins smatch_data/*
- dodoc FAQ Documentation/smatch.rst
+ dodoc FAQ Documentation/smatch.txt
}