From 40de28fc49443dce5af0bb61e85c6eb14a6f5677 Mon Sep 17 00:00:00 2001 From: Sergio Livi Date: Tue, 6 Nov 2018 13:34:15 +0100 Subject: [PATCH] git: added git-prompt __git_ps1 function --- packages/git/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/git/build.sh b/packages/git/build.sh index 4cdbbb978..6b08afafb 100755 --- a/packages/git/build.sh +++ b/packages/git/build.sh @@ -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: