diff --git a/packages/git/build.sh b/packages/git/build.sh index 9cb30255d..3ce446110 100755 --- a/packages/git/build.sh +++ b/packages/git/build.sh @@ -54,7 +54,7 @@ termux_step_pre_configure () { termux_step_post_make_install () { # Installing man requires asciidoc and xmlto, so git uses separate make targets for man pages - make install-man + make -j $TERMUX_MAKE_PROCESSES install-man mkdir -p $TERMUX_PREFIX/etc/bash_completion.d/ cp $TERMUX_PKG_SRCDIR/contrib/completion/git-completion.bash \