Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robert Figura (d3377a223bebd51ddd364317efb6cdc10b625af5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robert Figura <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robert Figura (d3377a223bebd51ddd364317efb6cdc10b625af5)
  • Date: Tue, 19 Aug 2008 09:29:29 -0500

GIT changes to master grimoire by Robert Figura <template AT sourcemage.org>:

excluded | 1 +
printer/efax/BUILD | 5 +++--
2 files changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 58a8cc671d2d8455aa17022d6b89bde94774f07b
Author: Robert Figura <template AT sourcemage.org>
Commit: Robert Figura <template AT sourcemage.org>

php: added /usr/share/pear/.filemap to excluded, fixing 12762

commit 1f3509e1c910e985c6b37d68317815fe74d454e3
Author: Robert Figura <template AT sourcemage.org>
Commit: Robert Figura <template AT sourcemage.org>

added sedit to point manual install to /usr/share/man, fixing 12119

diff --git a/excluded b/excluded
index 9e5b5d4..d59d7d0 100644
--- a/excluded
+++ b/excluded
@@ -1,4 +1,5 @@
/usr/share/pear/\.[^/]*lock
+^/usr/share/pear/.filemap$
/etc/gconf/gconf\.xml\.defaults/.*
/usr/share/icons/hicolor/icon-theme.cache
^/usr/lib/perl.*/.*/.*/perllocal\.pod$
diff --git a/printer/efax/BUILD b/printer/efax/BUILD
index 0a41698..05b1709 100755
--- a/printer/efax/BUILD
+++ b/printer/efax/BUILD
@@ -1,3 +1,4 @@
-sedit "s:CFLAGS=:#CFLAGS=:g" Makefile &&
-sedit "s:LDFLAGS=:#LDFLAGS=:g" Makefile &&
+sedit "s:CFLAGS=:#CFLAGS=:g" Makefile &&
+sedit "s:LDFLAGS=:#LDFLAGS=:g" Makefile &&
+sedit "s:MANDIR=/usr/man:MANDIR=/usr/share/man:g" Makefile &&
make



  • [SM-Commit] GIT changes to master grimoire by Robert Figura (d3377a223bebd51ddd364317efb6cdc10b625af5), Robert Figura, 08/19/2008

Archive powered by MHonArc 2.6.24.

Top of Page