Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (15658807d6f31fa3530dbb247d6b09887f783a51)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (15658807d6f31fa3530dbb247d6b09887f783a51)
  • Date: Thu, 6 Jul 2006 12:03:19 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

mail/dspam/HISTORY | 3 +++
mail/dspam/INSTALL | 4 ++++
2 files changed, 7 insertions(+)

New commits:
commit 15658807d6f31fa3530dbb247d6b09887f783a51
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

dspam: fixed installation of sql templates

diff --git a/mail/dspam/HISTORY b/mail/dspam/HISTORY
index 1ad932b..ff109c7 100644
--- a/mail/dspam/HISTORY
+++ b/mail/dspam/HISTORY
@@ -1,3 +1,6 @@
+2006-07-04 Arjan Bouter <abouter AT sourcemage.org>
+ * INSTALL: fixed target dirs for sql templates
+
2006-07-03 Treeve Jelbert <treeve01 AT pi.be>
* DETAILS: version 3.6.8

diff --git a/mail/dspam/INSTALL b/mail/dspam/INSTALL
index c3a7c0f..745fc75 100755
--- a/mail/dspam/INSTALL
+++ b/mail/dspam/INSTALL
@@ -6,9 +6,13 @@ rm cgi-bin/templates/Makefile* &&
rm htdocs/Makefile* &&
popd &&
if [[ "$DSPAM_PGSQL" == y ]]; then
+ [ ! -e ${INSTALL_ROOT}/usr/share/doc/dspam/postgresql ] &&
+ mkdir -p ${INSTALL_ROOT}/usr/share/doc/dspam/postgresql
install -D src/tools.pgsql_drv/*.sql
${INSTALL_ROOT}/usr/share/doc/dspam/postgresql/
fi &&
if [[ "$DSPAM_MYSQL" == y ]]; then
+ [ ! -e ${INSTALL_ROOT}/usr/share/doc/dspam/mysql ] &&
+ mkdir -p ${INSTALL_ROOT}/usr/share/doc/dspam/mysql
install -D src/tools.mysql_drv/*.sql
${INSTALL_ROOT}/usr/share/doc/dspam/mysql/
fi &&
install_www_files



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (15658807d6f31fa3530dbb247d6b09887f783a51), Arjan Bouter, 07/06/2006

Archive powered by MHonArc 2.6.24.

Top of Page