diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-09-14 14:20:08 +0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-22 19:23:04 +0100 |
commit | fdd19912344eb792e8f89b00584b1a2586fc2535 (patch) | |
tree | 9a23751807f4522fdc04ee5022a0e3846e32e791 /x11-terms | |
parent | sys-apps/xdg-desktop-portal: drop unnecessary meson arg for flatpak dir (diff) | |
download | gentoo-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.ebuild | 2 |
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 } |