[freeside-commits] branch FREESIDE_4_BRANCH updated. bc3212c877cfb76bd6e6ba9843cfa496823d77b9
Ivan
ivan at 420.am
Thu Feb 11 17:15:42 PST 2016
The branch, FREESIDE_4_BRANCH has been updated
via bc3212c877cfb76bd6e6ba9843cfa496823d77b9 (commit)
from 3b2af25164542a72d3c62d4b38072b5c25a2dd49 (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 bc3212c877cfb76bd6e6ba9843cfa496823d77b9
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Feb 11 17:15:41 2016 -0800
don't package masondata
diff --git a/Makefile b/Makefile
index 8a3077a..f940c26 100644
--- a/Makefile
+++ b/Makefile
@@ -194,8 +194,7 @@ install-docs: docs
" ${MASON_HANDLER} || true
mkdir -p ${FREESIDE_EXPORT}/profile
chown freeside ${FREESIDE_EXPORT}/profile
- rm -rf ${MASONDATA}
- mkdir ${MASONDATA}
+ rm -rf ${MASONDATA}/*
chown -R freeside ${MASONDATA}
dev-docs:
diff --git a/debian/rules b/debian/rules
index 8cb31f6..1eb312b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -134,7 +134,6 @@ install-stamp: build-stamp
install -d $(TMP)-webui/usr/local/etc/freeside/
install -d $(TMP)-webui/etc/insserv/overrides/
install -d $(TMP)/usr/local/etc/freeside/
- install -d $(TMP)-webui/usr/local/etc/freeside/masondata #MASONDATA
# install -d $(TMP)-lib/usr/bin
( cd FS/ && $(MAKE) -e DESTDIR=${TMP}-lib install)
-----------------------------------------------------------------------
Summary of changes:
Makefile | 3 +--
debian/rules | 1 -
2 files changed, 1 insertion(+), 3 deletions(-)
More information about the freeside-commits
mailing list