diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-08 23:07:29 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-12 14:59:06 +0300 |
| commit | 7072be66ff1ab816e51a44a54d8a811853d351c4 (patch) | |
| tree | b7383f292cdaf10c796fd1bf6ef33aa567e09fee | |
| parent | e74ebdffa824b23aab1455e82894eafeb5f07a77 (diff) | |
deb-pkg: install default fragments under usr/share/rhizi/webapp/domain-fragment.d/default
| -rw-r--r-- | res/debian/pkg__rhizi-mux/install | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/res/debian/pkg__rhizi-mux/install b/res/debian/pkg__rhizi-mux/install index a339d7db..4521bfb4 100644 --- a/res/debian/pkg__rhizi-mux/install +++ b/res/debian/pkg__rhizi-mux/install @@ -1,13 +1,9 @@ res/client/* usr/share/rhizi/webapp/static/ res/neo4j/reset-db__clean.cypher usr/lib/rhizi/tools/neo4j -res/template.d/* usr/share/rhizi/webapp/template.d/ +res/domain-fragment.d/default usr/share/rhizi/webapp/domain-fragment.d/ res/rz-mux/* usr/share/rhizi/rz-mux/ src/client/* usr/lib/rhizi/webapp/static/js src/server/* usr/lib/rhizi/rhizi-server/ src/local/server-tools/* usr/lib/rhizi/tools/server-tools 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/template.d/ |
