don't package masondata
authorIvan Kohler <ivan@freeside.biz>
Fri, 12 Feb 2016 01:15:40 +0000 (17:15 -0800)
committerIvan Kohler <ivan@freeside.biz>
Fri, 12 Feb 2016 01:15:40 +0000 (17:15 -0800)
Makefile
debian/rules

index 842fb12..c9239e6 100644 (file)
--- 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:
index 8cb31f6..1eb312b 100755 (executable)
@@ -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)