commit: b918eb31837e25f05d783f60ceaf2135f87366e6
Author: Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Wed Aug 30 07:07:18 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 07:52:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b918eb31
sys-apps/exa: fix typo
Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/exa/exa-0.10.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/exa/exa-0.10.1.ebuild b/sys-apps/exa/exa-0.10.1.ebuild
index dc36faac84b0..58b26443de75 100644
--- a/sys-apps/exa/exa-0.10.1.ebuild
+++ b/sys-apps/exa/exa-0.10.1.ebuild
@@ -76,7 +76,7 @@ src_prepare() {
if use man; then
mkdir -p contrib/man || die "failed to create man directory"
pandoc --standalone -f markdown -t man man/exa_colors.5.md \
- -o contrib/man/exa_colors.1 || die "failed to create colored
man pages"
+ -o contrib/man/exa_colors.5 || die "failed to create
colored man pages"
pandoc --standalone -f markdown -t man man/exa.1.md -o \
contrib/man/exa.1 || die "failed to create man pages"
fi