commit: 348bee60cd3d9bbe92183b18a9c65e4f75a0379f
Author: Kirill Chibisov <contact <AT> kchibisov <DOT> com>
AuthorDate: Thu Oct 15 13:40:19 2020 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 08:01:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=348bee60
x11-terms/alacritty: update docs install
Alacritty now ships features.md to give an overview
of what ui features it supports.
Signed-off-by: Kirill Chibisov <contact <AT> kchibisov.com>
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
x11-terms/alacritty/alacritty-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-terms/alacritty/alacritty-9999.ebuild
b/x11-terms/alacritty/alacritty-9999.ebuild
index 914851bf7a8..01963348e68 100644
--- a/x11-terms/alacritty/alacritty-9999.ebuild
+++ b/x11-terms/alacritty/alacritty-9999.ebuild
@@ -105,7 +105,7 @@ src_install() {
local DOCS=(
alacritty.yml
CHANGELOG.md INSTALL.md README.md
- docs/{ansicode.txt,escape_support.md}
+ docs/{ansicode.txt,escape_support.md,features.md}
)
einstalldocs
}