Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (b0993604df03bf7cfc356be3ba74ccc8fd7ace33)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (b0993604df03bf7cfc356be3ba74ccc8fd7ace33)
  • Date: Wed, 16 Sep 2009 18:35:42 -0500

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

collab/ikiwiki/BUILD | 4 +---
collab/ikiwiki/HISTORY | 5 +++++
collab/ikiwiki/PRE_BUILD | 4 ++++
3 files changed, 10 insertions(+), 3 deletions(-)

New commits:
commit b0993604df03bf7cfc356be3ba74ccc8fd7ace33
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

collab/ikiwiki: install to /usr not /usr/local

Replace a hardcoded path to /usr/local as the prefix with /usr in
Makefile.PL. Also swith over to the grimoire default_build_perl, which
should be more robust for future updates.

diff --git a/collab/ikiwiki/BUILD b/collab/ikiwiki/BUILD
index 47e83b2..2de29cd 100755
--- a/collab/ikiwiki/BUILD
+++ b/collab/ikiwiki/BUILD
@@ -1,3 +1 @@
-cd $SOURCE_DIRECTORY &&
-perl Makefile.PL &&
-make
+default_build_perl
diff --git a/collab/ikiwiki/HISTORY b/collab/ikiwiki/HISTORY
index abd9596..4ca23e7 100644
--- a/collab/ikiwiki/HISTORY
+++ b/collab/ikiwiki/HISTORY
@@ -1,2 +1,7 @@
+2009-09-16 Justin Boffemmyer <flux AT sourcemage.org>
+ * BUILD: use default_build_perl
+ * PRE_BUILD: added, replace line from Makefile.PL provided from
upstream
+ that forces install in /usr/local to install to /usr
+
2009-09-16 David Kowis <dkowis AT shlrm.org>
* DETAILS, BUILD, DEPENDS: Created ikiwiki spell!
diff --git a/collab/ikiwiki/PRE_BUILD b/collab/ikiwiki/PRE_BUILD
new file mode 100755
index 0000000..2e6d569
--- /dev/null
+++ b/collab/ikiwiki/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+sed -i 's#^\(\t\+PREFIX\t\+=> "\)/usr/local\(".*\)$#\1/usr\2#' Makefile.PL



  • [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (b0993604df03bf7cfc356be3ba74ccc8fd7ace33), Justin Boffemmyer, 09/16/2009

Archive powered by MHonArc 2.6.24.

Top of Page