bat: Fix random whitespace

This commit is contained in:
Fredrik Fornwall 2018-10-18 05:51:48 +02:00
parent 2b99d26c89
commit a6e0abad14
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ TERMUX_PKG_SRCURL=https://github.com/sharkdp/bat/archive/v$TERMUX_PKG_VERSION.ta
TERMUX_PKG_BUILD_IN_SRC=yes
termux_step_post_make_install() {
mkdir -p $TERMUX_PREFIX/share/man/man1
mkdir -p $TERMUX_PREFIX/share/man/man1
cp $TERMUX_PKG_SRCDIR/doc/bat.1 $TERMUX_PREFIX/share/man/man1/
}