summaryrefslogtreecommitdiffstats
path: root/collab/irm/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'collab/irm/BUILD')
-rwxr-xr-xcollab/irm/BUILD14
1 files changed, 14 insertions, 0 deletions
diff --git a/collab/irm/BUILD b/collab/irm/BUILD
new file mode 100755
index 0000000000..8d9e4a97bc
--- /dev/null
+++ b/collab/irm/BUILD
@@ -0,0 +1,14 @@
+if [ -e ${INSTALL_ROOT}/etc/httpd/httpd.conf ]; then
+ SPELL_ROOT=`grep '^DocumentRoot' ${INSTALL_ROOT}/etc/httpd/httpd.conf | cut -d\" -f2`
+elif [ -e ${INSTALL_ROOT}/etc/httpsd/httpd.conf ]; then
+ SPELL_ROOT=`grep '^DocumentRoot' ${INSTALL_ROOT}/etc/httpsd/httpd.conf | cut -d\" -f2`
+fi &&
+
+if [ "${SPELL_ROOT}" == "" ]; then
+ SPELL_ROOT=/usr/share
+fi &&
+[ -f ${INSTALL_ROOT}${SPELL_ROOT}/${SPELL}/config/database.ini ] &&
+cp -ruv ${INSTALL_ROOT}${SPELL_ROOT}/${SPELL}/config/database.ini /tmp &&
+
+echo "${SPELL} previous config/database.ini was copied over to /tmp"
+true