git: added git-prompt

__git_ps1 function
This commit is contained in:
Sergio Livi 2018-11-06 13:34:15 +01:00 committed by Fredrik Fornwall
parent 9f1f53d146
commit 40de28fc49
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ termux_step_post_make_install () {
mkdir -p $TERMUX_PREFIX/etc/bash_completion.d/
cp $TERMUX_PKG_SRCDIR/contrib/completion/git-completion.bash \
$TERMUX_PKG_SRCDIR/contrib/completion/git-prompt.sh \
$TERMUX_PREFIX/etc/bash_completion.d/
# Remove the build machine perl setup in termux_step_pre_configure to avoid it being packaged: