[freeside-commits] branch FREESIDE_3_BRANCH updated. 907490c7389d24aa33f3facb8a492735050a0932

Jeremy Davis jeremyd at 420.am
Wed Jun 24 13:28:37 PDT 2015


The branch, FREESIDE_3_BRANCH has been updated
       via  907490c7389d24aa33f3facb8a492735050a0932 (commit)
      from  214ddecbed7a96f57d5af7dd4c87d4266c136975 (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 907490c7389d24aa33f3facb8a492735050a0932
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Wed Jun 24 16:28:32 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