[freeside-commits] branch master updated. 713deef64494b66f5b86e11bc32176e3367cc55a

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


The branch, master has been updated
       via  713deef64494b66f5b86e11bc32176e3367cc55a (commit)
      from  d4bb1fbedf54e41458cac88d1c2742adaf4a0f83 (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 713deef64494b66f5b86e11bc32176e3367cc55a
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Feb 3 01:09:00 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