diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-03 16:51:39 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-05 19:04:31 +0300 |
| commit | dc05441b446aa4cf7e6eaa941c6dd623131bdcff (patch) | |
| tree | 09c541f73bf6161feb33922ff04e477f29653c84 /res/debian/pkg__rhizi-mux/install | |
| parent | 60f8d3d0589cc7fda88d933dc132bd85df35203c (diff) | |
deb-pkg, build.ant: introducing 'single' and 'mux' debian package variants
Currently both share the same control script, generating a 'rhizi' named package
Diffstat (limited to 'res/debian/pkg__rhizi-mux/install')
| -rw-r--r-- | res/debian/pkg__rhizi-mux/install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/res/debian/pkg__rhizi-mux/install b/res/debian/pkg__rhizi-mux/install new file mode 100644 index 00000000..8d6b927a --- /dev/null +++ b/res/debian/pkg__rhizi-mux/install @@ -0,0 +1,13 @@ +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/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/templates/fragment |
