[freeside-commits] branch FREESIDE_4_BRANCH updated. fecca5f3bf2952cc67e3df5b7c12903ef31ce6db
Jeremy Davis
jeremyd at 420.am
Wed Jun 24 13:28:20 PDT 2015
The branch, FREESIDE_4_BRANCH has been updated
via fecca5f3bf2952cc67e3df5b7c12903ef31ce6db (commit)
from 55d4213cb26250e9ce6db98bb6d58ccbde836820 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit fecca5f3bf2952cc67e3df5b7c12903ef31ce6db
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Wed Jun 24 16:28:15 2015 -0400
Ticket #36913 Torrus installation for Debian packages
diff --git a/debian/rules b/debian/rules
index 30bd292..2faf1bd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -228,12 +228,17 @@ install-stamp: build-stamp
# Torrus
install -d ${TMP}-torrus$(APACHE_DOCUMENT_ROOT)/
+ install -o root -m 755 htetc/freeside-torrus.conf ${TMP}-torrus$(APACHE_DOCUMENT_ROOT)/
( cd torrus; \
torrus_user=freeside var_user=freeside var_group=freeside ./configure; \
$(MAKE) -e DESTDIR=${TMP}-torrus/; \
$(MAKE) -e DESTDIR=${TMP}-torrus/ install )
+ perl -p -i -e "\
+ s'%%%FREESIDE_URL%%%'${FREESIDE_URL}'g;\
+ " ${TMP}-torrus/usr/local/etc/torrus/conf/torrus-siteconfig.pl; \
+
#RT Config
( cd rt; \
-----------------------------------------------------------------------
Summary of changes:
debian/rules | 5 +++++
1 file changed, 5 insertions(+)
More information about the freeside-commits
mailing list