Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel grimoire by Eric Sandall (f6e473e07cbb16cd16e697755636b5e6791641a1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel grimoire by Eric Sandall (f6e473e07cbb16cd16e697755636b5e6791641a1)
  • Date: Fri, 16 Jun 2006 17:00:20 -0500

GIT changes to devel grimoire by Eric Sandall <sandalle AT sourcemage.org>:

devel/nvu/HISTORY | 4 ++++
devel/nvu/PRE_BUILD | 7 ++++++-
2 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit f6e473e07cbb16cd16e697755636b5e6791641a1
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Unsubmitted old try at fixing nvu...closer to working

diff --git a/devel/nvu/HISTORY b/devel/nvu/HISTORY
index f2bccfd..cd2c292 100644
--- a/devel/nvu/HISTORY
+++ b/devel/nvu/HISTORY
@@ -1,3 +1,7 @@
+2006-01-17 Eric Sandall <eric AT sandall.us>
+ * BUILD: Removed, use default_build
+ * PRE_BUILD: Set install location (defaulted to /usr/local)
+
2006-01-15 Eric Sandall <eric AT sandall.us>
* DETAILS,DEPENDS: Created

diff --git a/devel/nvu/PRE_BUILD b/devel/nvu/PRE_BUILD
index 4b98442..510a0cf 100755
--- a/devel/nvu/PRE_BUILD
+++ b/devel/nvu/PRE_BUILD
@@ -1,3 +1,8 @@
default_pre_build &&
cp $SOURCE_DIRECTORY/composer/config/mozconfig.linux \
- $SOURCE_DIRECTORY/.mozconfig
+ $SOURCE_DIRECTORY/.mozconfig &&
+
+#
+# Set the correct install location
+#
+sedit "s:#ac_add_options
--with-default-mozilla-five-home=/usr/lib/mozilla:ac_add_options
--with-default-mozilla-five-home=$INSTALL_ROOT/usr/lib/nvu:"
$SOURCE_DIRECTORY/.mozconfig



  • [SM-Commit] GIT changes to devel grimoire by Eric Sandall (f6e473e07cbb16cd16e697755636b5e6791641a1), Eric Sandall, 06/16/2006

Archive powered by MHonArc 2.6.24.

Top of Page