diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-02-03 01:09:00 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-02-03 01:09:00 -0800 |
commit | 713deef64494b66f5b86e11bc32176e3367cc55a (patch) | |
tree | b1d385ef077424c4010a296c0c95f5a95ce5b5a0 | |
parent | d4bb1fbedf54e41458cac88d1c2742adaf4a0f83 (diff) |
fix masondata install path in -webui (do we even need to install this cache dir? isn't it autocreated as needed?
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index cbd26cf3f..aa877455d 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) |