bat: fix installation of manpage

This commit is contained in:
Leonid Pliushch 2020-03-29 22:44:15 +03:00
parent d9ab0d692e
commit 4cbe9e7b92
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@ termux_step_pre_configure() {
termux_step_post_make_install() {
mkdir -p $TERMUX_PREFIX/share/man/man1
cp $TERMUX_PKG_SRCDIR/doc/bat.1 $TERMUX_PREFIX/share/man/man1/
cp $(find . -name bat.1) $TERMUX_PREFIX/share/man/man1/
}