summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2008-12-01 15:01:53 -0800
committerEric Sandall2008-12-01 15:01:53 -0800
commitf3272c860d688aa09f5c0949c7912614ca6f18d8 (patch)
treee48b6d306c491d6cdc75cc38746062dc1690a24f
parent71e5128329884b4394f2b856e9cbe5c1219540d0 (diff)
git: fixed #14887
(cherry-picked from commit 85064fd07ea5aa452a57760b10db6ff2440a8508)
-rw-r--r--devel/git/HISTORY3
-rwxr-xr-xdevel/git/INSTALL2
2 files changed, 5 insertions, 0 deletions
diff --git a/devel/git/HISTORY b/devel/git/HISTORY
index 14dd4a3ab4..f72e7b47b2 100644
--- a/devel/git/HISTORY
+++ b/devel/git/HISTORY
@@ -1,3 +1,6 @@
+2008-11-15 Vlad Glagolev <stealth@sourcemage.org>
+ * PRE_BUILD: fixed installation of a dir if bash-completion is enabled
+
2008-10-21 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: Updated to 1.6.0.3
diff --git a/devel/git/INSTALL b/devel/git/INSTALL
index 932474ecb5..64dbd5bcd4 100755
--- a/devel/git/INSTALL
+++ b/devel/git/INSTALL
@@ -30,6 +30,8 @@ case $GIT_DOC in
esac &&
if is_depends_enabled $SPELL bash-completion; then
+ install -vm 755 -d "$INSTALL_ROOT/etc/bash_completion.d" &&
+
install -vm 755 "$SOURCE_DIRECTORY/contrib/completion/git-completion.bash" \
"$INSTALL_ROOT/etc/bash_completion.d/git-completion"
fi &&