From: Ivan Kohler Date: Wed, 3 Feb 2016 09:09:01 +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/?a=commitdiff_plain;h=6cb39d4d4b641b2734b63539cf5ea710597cc205;p=freeside.git 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)