summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-02-11 17:15:40 -0800
committerIvan Kohler <ivan@freeside.biz>2016-02-11 17:15:40 -0800
commit163c8c2fc2d03bbeb551a84a757c66ca7cf44cd7 (patch)
treeae16ca57dc68bc200b1a27d5266a9751df006c1b
parent160e544b4e235103dbdc8b8bcc50fcb2e8a8b8f2 (diff)
don't package masondata
-rw-r--r--Makefile3
-rwxr-xr-xdebian/rules1
2 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 842fb1266..c9239e6b5 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 8cb31f682..1eb312ba4 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)