summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2023-09-14 14:20:08 +0400
committerSam James <sam@gentoo.org>2023-09-22 19:23:04 +0100
commitfdd19912344eb792e8f89b00584b1a2586fc2535 (patch)
tree9a23751807f4522fdc04ee5022a0e3846e32e791 /x11-terms
parentsys-apps/xdg-desktop-portal: drop unnecessary meson arg for flatpak dir (diff)
downloadgentoo-fdd19912344eb792e8f89b00584b1a2586fc2535.tar.gz
gentoo-fdd19912344eb792e8f89b00584b1a2586fc2535.tar.bz2
gentoo-fdd19912344eb792e8f89b00584b1a2586fc2535.zip
x11-terms/alacritty: Update 9999 doc install
Remove obsolete entries to fix the ebuild installation. Links: https://github.com/alacritty/alacritty/pull/7196 Signed-off-by: Kirill Chibisov <contact@kchibisov.com> Closes: https://github.com/gentoo/gentoo/pull/32775 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/alacritty/alacritty-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-terms/alacritty/alacritty-9999.ebuild b/x11-terms/alacritty/alacritty-9999.ebuild
index 31cb616672da..ea8e284e0fbc 100644
--- a/x11-terms/alacritty/alacritty-9999.ebuild
+++ b/x11-terms/alacritty/alacritty-9999.ebuild
@@ -115,7 +115,7 @@ src_install() {
local DOCS=(
CHANGELOG.md INSTALL.md README.md
- docs/{ansicode.txt,escape_support.md,features.md}
+ docs/{escape_support.md,features.md}
)
einstalldocs
}