diff options
| -rw-r--r-- | res/debian/pkg__rhizi-mux/install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/debian/pkg__rhizi-mux/install b/res/debian/pkg__rhizi-mux/install index 8d6b927a..a339d7db 100644 --- a/res/debian/pkg__rhizi-mux/install +++ b/res/debian/pkg__rhizi-mux/install @@ -1,6 +1,6 @@ res/client/* usr/share/rhizi/webapp/static/ res/neo4j/reset-db__clean.cypher usr/lib/rhizi/tools/neo4j -res/templates/* usr/share/rhizi/webapp/templates/ +res/template.d/* usr/share/rhizi/webapp/template.d/ res/rz-mux/* usr/share/rhizi/rz-mux/ src/client/* usr/lib/rhizi/webapp/static/js @@ -10,4 +10,4 @@ src/local/rz-mux/* usr/lib/rhizi/tools/rz-mux # Domain specific - install defaults src/local/domain/default.rhizi.net/domain_types.js usr/lib/rhizi/webapp/static/js/model/ -res/local/template/fragment/by-domain/default.rhizi.net/* usr/share/rhizi/webapp/templates/fragment +res/local/template/fragment/by-domain/default.rhizi.net/* usr/share/rhizi/webapp/template.d/ |
