Commit f5bf8c3f authored by Günther Niess's avatar Günther Niess Committed by niess

Fix debian installer (OF-53)

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11599 b35dd754-fafc-0310-a699-88a17e54d16e
parent 5a86c2c0
/etc/openfire /usr/share/openfire/conf /etc/openfire /usr/share/openfire/conf
/etc/openfire/log4j.xml /usr/share/openfire/lib/log4j.xml
/etc/openfire/security /usr/share/openfire/resources/security /etc/openfire/security /usr/share/openfire/resources/security
/var/lib/openfire/embedded-db /usr/share/openfire/embedded-db /var/lib/openfire/embedded-db /usr/share/openfire/embedded-db
/var/lib/openfire/plugins /usr/share/openfire/plugins /var/lib/openfire/plugins /usr/share/openfire/plugins
......
...@@ -19,7 +19,7 @@ DEB_ANT_CLEAN_TARGET := clean ...@@ -19,7 +19,7 @@ DEB_ANT_CLEAN_TARGET := clean
install/openfire:: install/openfire::
cp $(TARGET)/lib/*.jar $(OPENFIRE)/lib/ cp $(TARGET)/lib/*.jar $(OPENFIRE)/lib/
cp $(TARGET)/lib/*.xml $(OPENFIRE)/lib/ cp $(TARGET)/lib/log4j.xml $(ETCDIR)
cp -r $(TARGET)/resources/database $(OPENFIRE)/resources/database cp -r $(TARGET)/resources/database $(OPENFIRE)/resources/database
cp $(TARGET)/conf/openfire.xml $(ETCDIR) cp $(TARGET)/conf/openfire.xml $(ETCDIR)
cp -r $(TARGET)/resources/security $(ETCDIR)/security cp -r $(TARGET)/resources/security $(ETCDIR)/security
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment