[freeside-commits] branch master updated. 163c8c2fc2d03bbeb551a84a757c66ca7cf44cd7

Ivan ivan at 420.am
Thu Feb 11 17:15:41 PST 2016


The branch, master has been updated
       via  163c8c2fc2d03bbeb551a84a757c66ca7cf44cd7 (commit)
      from  160e544b4e235103dbdc8b8bcc50fcb2e8a8b8f2 (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 163c8c2fc2d03bbeb551a84a757c66ca7cf44cd7
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Feb 11 17:15:40 2016 -0800

    don't package masondata

diff --git a/Makefile b/Makefile
index 842fb12..c9239e6 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