sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[SM-Commit] GIT changes to master grimoire by David Kowis (a0c0e9fb420aa86ade60587387fd411c500a648e)
- From: David Kowis <scm AT sourcemage.org>
- To: sm-commit AT lists.ibiblio.org
- Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (a0c0e9fb420aa86ade60587387fd411c500a648e)
- Date: Wed, 17 Sep 2008 21:23:35 -0500
GIT changes to master grimoire by David Kowis <dkowis AT shlrm.org>:
devel/git/HISTORY | 3 +++
devel/git/INSTALL | 4 +++-
2 files changed, 6 insertions(+), 1 deletion(-)
New commits:
commit a0c0e9fb420aa86ade60587387fd411c500a648e
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>
git: fixed the installation of the htmls
diff --git a/devel/git/HISTORY b/devel/git/HISTORY
index 34611bd..9fd4f7b 100644
--- a/devel/git/HISTORY
+++ b/devel/git/HISTORY
@@ -1,3 +1,6 @@
+2008-09-17 David Kowis <dkowis AT shlrm.org>
+ * INSTALL: fixed the html installing
+
2008-09-13 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.6.0.2
diff --git a/devel/git/INSTALL b/devel/git/INSTALL
index c9a80a3..932474e 100755
--- a/devel/git/INSTALL
+++ b/devel/git/INSTALL
@@ -9,7 +9,9 @@ function git_install_htmldocs() {
local GIT_HTML &&
GIT_HTML="$INSTALL_ROOT/usr/share/doc/git/html" &&
install -vm 755 -d $GIT_HTML &&
- install -vm 644 *.html howto $GIT_HTML
+ install -vm 644 *.html $GIT_HTML &&
+ install -vm 755 -d $GIT_HTML/howto &&
+ install -vm 644 howto/* $GIT_HTML/howto
}
default_install &&
- [SM-Commit] GIT changes to master grimoire by David Kowis (a0c0e9fb420aa86ade60587387fd411c500a648e), David Kowis, 09/17/2008
Archive powered by MHonArc 2.6.24.