diff options
author | Ivan Kohler <ivan@freeside.biz> | 2018-02-01 14:57:47 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2018-02-01 14:57:47 -0800 |
commit | 9086b76f33dd802eca19fae3595692c0409f448f (patch) | |
tree | 1a55943dee2b443f203d8470f40670330eb7bad6 | |
parent | dbc0db124d4568f3b97238e4c3e645e68f7e8b9c (diff) |
torrus
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 1eb312ba4..041c895a4 100755 --- a/debian/rules +++ b/debian/rules @@ -228,8 +228,9 @@ install-stamp: build-stamp # Torrus - install -d ${TORRUS_CONF} - install -o root -m 755 htetc/freeside-torrus.conf $(TORRUS_CONF)/ + #in freeside-webui package + #install -d ${TORRUS_CONF} + #install -o root -m 755 htetc/freeside-torrus.conf $(TORRUS_CONF)/ ( cd torrus; \ torrus_user=freeside var_user=freeside var_group=freeside ./configure; \ |