From: Ivan Kohler Date: Wed, 3 Feb 2016 09:09:00 +0000 (-0800) Subject: fix masondata install path in -webui (do we even need to install this cache dir?... X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=713deef64494b66f5b86e11bc32176e3367cc55a 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 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)