[freeside-commits] branch master updated. 82d4f23547a7660e491cdd4415c3db534247d387
Ivan
ivan at 420.am
Wed Jan 27 18:04:09 PST 2016
The branch, master has been updated
via 82d4f23547a7660e491cdd4415c3db534247d387 (commit)
from 16d3a80a49c5c7ac9c89befabdca9b875a509959 (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 82d4f23547a7660e491cdd4415c3db534247d387
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jan 27 18:04:08 2016 -0800
more accurate split of files into -webui and -lib packages
diff --git a/debian/rules b/debian/rules
index e7f5bd8..38b6b0a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,7 @@ export MASON_HANDLER=$(TMP)-webui/usr/local/etc/freeside/handler.pl
export APACHE_VERSION := $(shell /usr/sbin/apache2 -v | grep -q '\/2\.4\.' && echo '2.4' || echo '2')
export APACHE_DOCUMENT_ROOT := $(shell [ ${APACHE_VERSION} = '2.4' ] && echo '/var/www/html' || echo '/var/www')
-export FREESIDE_DOCUMENT_ROOT = $(TMP)$(APACHE_DOCUMENT_ROOT)/freeside
+export FREESIDE_DOCUMENT_ROOT = $(TMP)-webui$(APACHE_DOCUMENT_ROOT)/freeside
export INIT_FILE = $(TMP).init
export INIT_INSTALL = /bin/true
export HTTPD_RESTART = /bin/true
-----------------------------------------------------------------------
Summary of changes:
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list