Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2db88d5f3c930b1297871f50d28e638c36bed0a5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2db88d5f3c930b1297871f50d28e638c36bed0a5)
  • Date: Sat, 15 Nov 2008 14:17:45 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

devel/git/HISTORY | 3 +++
devel/git/INSTALL | 2 ++
2 files changed, 5 insertions(+)

New commits:
commit 85064fd07ea5aa452a57760b10db6ff2440a8508
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

git: fixed #14887

diff --git a/devel/git/HISTORY b/devel/git/HISTORY
index 3e28d67..f4f8507 100644
--- a/devel/git/HISTORY
+++ b/devel/git/HISTORY
@@ -1,3 +1,6 @@
+2008-11-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: fixed installation of a dir if bash-completion is enabled
+
2008-11-09 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 1.6.0.4

diff --git a/devel/git/INSTALL b/devel/git/INSTALL
index 17bb5e2..a5f928f 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 &&



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2db88d5f3c930b1297871f50d28e638c36bed0a5), Vlad Glagolev, 11/15/2008

Archive powered by MHonArc 2.6.24.

Top of Page