Commit 5e0c7e49 authored by Dave Cridland's avatar Dave Cridland

Merge pull request #459 from guusdk/OF-1005

OF-1005: Removing reference to file that's no longer used.
parents 5bdcaaaa 09727793
...@@ -23,6 +23,5 @@ install/openfire:: ...@@ -23,6 +23,5 @@ install/openfire::
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 $(TARGET)/conf/security.xml $(ETCDIR) cp $(TARGET)/conf/security.xml $(ETCDIR)
cp $(TARGET)/conf/modules.xml $(ETCDIR)
cp -r $(TARGET)/resources/security $(ETCDIR)/security cp -r $(TARGET)/resources/security $(ETCDIR)/security
cp -r $(TARGET)/plugins $(VARDIR)/plugins cp -r $(TARGET)/plugins $(VARDIR)/plugins
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