[freeside-commits] branch FREESIDE_4_BRANCH updated. 6cb39d4d4b641b2734b63539cf5ea710597cc205

Ivan ivan at 420.am
Wed Feb 3 01:09:02 PST 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  6cb39d4d4b641b2734b63539cf5ea710597cc205 (commit)
      from  0015945d3f295c7a369873e098a2f430e33d28df (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 6cb39d4d4b641b2734b63539cf5ea710597cc205
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Feb 3 01:09:01 2016 -0800

    fix masondata install path in -webui (do we even need to install this cache dir?  isn't it autocreated as needed?

diff --git a/debian/rules b/debian/rules
index cbd26cf..aa87745 100755
--- a/debian/rules
+++ b/debian/rules
@@ -134,7 +134,7 @@ 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/masondata #MASONDATA
+	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:
 debian/rules |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list