diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-11-18 14:31:39 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-11-18 14:31:39 -0800 |
commit | 8c62132b6291314df2ec7fb6c50b14c08bb4c8e6 (patch) | |
tree | 548ff657cecf7ab6d4698bea35a127f2684e9630 | |
parent | 1197640d0dca8791f5ca163695d27a8450b73328 (diff) | |
parent | fdc37a9bdc0da568ed1629a8e572246336e25754 (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index d82978cfd..be2a5a296 100755 --- a/debian/rules +++ b/debian/rules @@ -125,12 +125,11 @@ install-stamp: build-stamp # debian/<package>-whatever. install -d $(FREESIDE_DOCUMENT_ROOT) - install -d $(TMP)-lib/usr/bin/ install -d $(TMP)-webui/usr/local/etc/freeside/ install -d $(TMP)/usr/local/etc/freeside/ install -d $(FREESIDE_CACHE)/masondata #MASONDATA - ( cd FS/ && $(MAKE) -e DESTDIR=${TMP}-lib install) + ( cd FS/ && $(MAKE) -e DESTDIR=${TMP} install) # Install configuration files install -d -o freeside ${FREESIDE_CONF} |