Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (5f45492c027335a10c4a8c243b3c06bf9d157ed4)
  • Date: Thu, 15 Apr 2010 15:47:53 -0500

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

security/base/HISTORY | 5 +++++
security/base/INSTALL | 6 ++----
2 files changed, 7 insertions(+), 4 deletions(-)

New commits:
commit 4157549a2d2e4eea81cf3f843aa37f8dab613522
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

base: create install dir before installing and don't put the default
config into place

diff --git a/security/base/HISTORY b/security/base/HISTORY
index dc8136c..3360653 100644
--- a/security/base/HISTORY
+++ b/security/base/HISTORY
@@ -1,3 +1,8 @@
+2010-04-15 Arjan Bouter <abouter AT sourcemage.org>
+ * INSTALL: create install_dir before install,
+ don't put the default config file in place.
+ that's the SA's job
+
2009-06-12 Arjan Bouter <abouter AT sourcemage.org>
* BUILD, DEPENDS, DETAILS, INSTAL: spell created

diff --git a/security/base/INSTALL b/security/base/INSTALL
index 8f32164..be03305 100755
--- a/security/base/INSTALL
+++ b/security/base/INSTALL
@@ -1,9 +1,7 @@
cd ${SOURCE_DIRECTORY} &&
install_dir=${INSTALL_ROOT}/usr/share/www/${SPELL} &&
+mkdir -p "${install_dir}" &&
peardir="$(pear config-show | grep "PEAR directory"|awk '{print $4}')" &&

install_www_files &&
-install world_map6.png world_map6.txt ${peardir}/Image/Graph/Images/Maps/ &&
-
-[[ -e ${install_dir}/base_conf.php ]] || \
- cp ${install_dir}/base_conf.php.dist ${install_dir}/base_conf.php
+install world_map6.png world_map6.txt ${peardir}/Image/Graph/Images/Maps/



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (5f45492c027335a10c4a8c243b3c06bf9d157ed4), Arjan Bouter, 04/15/2010

Archive powered by MHonArc 2.6.24.

Top of Page