From dc05441b446aa4cf7e6eaa941c6dd623131bdcff Mon Sep 17 00:00:00 2001 From: LV-426 Date: Sun, 3 May 2015 16:51:39 +0300 Subject: deb-pkg, build.ant: introducing 'single' and 'mux' debian package variants Currently both share the same control script, generating a 'rhizi' named package --- res/debian/pkg__rhizi-mux/install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 res/debian/pkg__rhizi-mux/install (limited to 'res/debian/pkg__rhizi-mux/install') 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 -- cgit v1.3.1