mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-apps/exa: fix typo
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
98ed7c8056
commit
b918eb3183
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user