[SM-Commit] GIT changes to master grimoire by David Kowis (a0c0e9fb420aa86ade60587387fd411c500a648e)

David Kowis scm at sourcemage.org
Wed Sep 17 22:23:35 EDT 2008


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 &&



More information about the SM-Commit mailing list