Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Mark Bainter (2332c452b9c232b1c4c7ce9f5382662ad6d4cda8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Mark Bainter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Mark Bainter (2332c452b9c232b1c4c7ce9f5382662ad6d4cda8)
  • Date: Fri, 13 Apr 2007 18:09:50 -0500

GIT changes to master grimoire by Mark Bainter
<mbainter-smgl AT lostinagoodbook.org>:

libs/vexus-cdk/HISTORY | 4 ++++
libs/vexus-cdk/PRE_BUILD | 7 +++++--
2 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit 2332c452b9c232b1c4c7ce9f5382662ad6d4cda8
Author: Mark Bainter <mbainter-smgl AT lostinagoodbook.org>
Commit: Mark Bainter <mbainter-smgl AT lostinagoodbook.org>

vexus-cdk: The makefile installs doc files to /usr/include/cdk.
Fixed this to install the to /usr/share/doc/cdk, as the current
Makefile causes the spell to fail intermittently due to this
step creating files as /usr/include/cdk instead of in that
directory.

diff --git a/libs/vexus-cdk/HISTORY b/libs/vexus-cdk/HISTORY
index 73651f2..5556475 100644
--- a/libs/vexus-cdk/HISTORY
+++ b/libs/vexus-cdk/HISTORY
@@ -1,4 +1,8 @@
2007-04-13 Mark Bainter <mbainter-smgl AT lostinagoodbook.org>
+ * PRE_BUILD: Install docs to the right path, fixes intermittent
+ bug which caused the spell to fail.
+
+2007-04-13 Mark Bainter <mbainter-smgl AT lostinagoodbook.org>
* PRE_BUILD: Added to fix manpath, bug#12086

2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
diff --git a/libs/vexus-cdk/PRE_BUILD b/libs/vexus-cdk/PRE_BUILD
index 579d5fa..19988bc 100755
--- a/libs/vexus-cdk/PRE_BUILD
+++ b/libs/vexus-cdk/PRE_BUILD
@@ -1,3 +1,6 @@
-default_pre_build &&
+default_pre_build &&
cd ${SOURCE_DIRECTORY} &&
-sedit 's:/man/man3:/share/man/man3:' Makefile.in
+sedit 's:/man/man3:/share/man/man3:' Makefile.in &&
+sedit '/installCDKReadme::/,/::/ s/INCLUDE_DIR/DOC_DIR/' Makefile.in &&
+sedit '/MAN_DIR\t\t=/ a\
+DOC_DIR\t\t= \$\(INSTALL_DIR\)/share/doc/cdk' Makefile.in



  • [SM-Commit] GIT changes to master grimoire by Mark Bainter (2332c452b9c232b1c4c7ce9f5382662ad6d4cda8), Mark Bainter, 04/13/2007

Archive powered by MHonArc 2.6.24.

Top of Page