diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2023-08-30 01:07:18 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-30 08:52:12 +0100 |
commit | b918eb31837e25f05d783f60ceaf2135f87366e6 (patch) | |
tree | b086425853e15a569c54f2ca8c8a2758e1117ee8 /sys-apps/exa | |
parent | sys-apps/exa: use shell-completion.eclass (diff) | |
download | gentoo-b918eb31837e25f05d783f60ceaf2135f87366e6.tar.gz gentoo-b918eb31837e25f05d783f60ceaf2135f87366e6.tar.bz2 gentoo-b918eb31837e25f05d783f60ceaf2135f87366e6.zip |
sys-apps/exa: fix typo
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/exa')
-rw-r--r-- | sys-apps/exa/exa-0.10.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |