[freeside-commits] branch FREESIDE_4_BRANCH updated. d7af88ba8d5218138d953b2a9aa1f4be0bba755b
Ivan
ivan at 420.am
Wed Jan 27 18:04:10 PST 2016
The branch, FREESIDE_4_BRANCH has been updated
via d7af88ba8d5218138d953b2a9aa1f4be0bba755b (commit)
from cd8b2efb9236d3886d9d72d729fe318dc2955dca (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 d7af88ba8d5218138d953b2a9aa1f4be0bba755b
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jan 27 18:04:10 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