Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (d3f06112e3bee8719ef4c82f5ee3c1f9b77de588)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Mathieu Lonjaret <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (d3f06112e3bee8719ef4c82f5ee3c1f9b77de588)
  • Date: Mon, 29 Sep 2008 13:02:27 -0500

GIT changes to master grimoire by Mathieu Lonjaret <lejatorn AT sourcemage.org>:

disk/bchunk/BUILD | 2 ++
disk/bchunk/HISTORY | 3 +++
2 files changed, 5 insertions(+)

New commits:
commit d3f06112e3bee8719ef4c82f5ee3c1f9b77de588
Author: Mathieu Lonjaret <lejatorn AT sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn AT sourcemage.org>

bchunk: wrong man install path corrected

diff --git a/disk/bchunk/BUILD b/disk/bchunk/BUILD
index 2b0f97a..46d762b 100755
--- a/disk/bchunk/BUILD
+++ b/disk/bchunk/BUILD
@@ -1,2 +1,4 @@
sedit 's/PREFIX = \/usr\/local/PREFIX = \/usr/' Makefile &&
+sed -i -r 's:MAN_DIR\ =.*:MAN_DIR = \$\(PREFIX\)/share/man:' \
+Makefile
make
diff --git a/disk/bchunk/HISTORY b/disk/bchunk/HISTORY
index 5a9d296..aa92f92 100644
--- a/disk/bchunk/HISTORY
+++ b/disk/bchunk/HISTORY
@@ -1,3 +1,6 @@
+2008-09-29 Mathieu Lonjaret <lejatorn AT sourcemage.org>
+ * BUILD: corrected wrong install path for manpage
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.




  • [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (d3f06112e3bee8719ef4c82f5ee3c1f9b77de588), Mathieu Lonjaret, 09/29/2008

Archive powered by MHonArc 2.6.24.

Top of Page