Software /
code /
prosody
Changeset
1762:f522a0f195f9
Fix for Makefile hack to install MUC plugin
author | matthew@silver |
---|---|
date | Tue, 08 Sep 2009 14:38:51 +0100 |
parents | 1761:4186e91a3767 |
children | 1763:9e4ff3b66ed1 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Sep 08 05:41:33 2009 +0500 +++ b/Makefile Tue Sep 08 14:38:51 2009 +0100 @@ -29,9 +29,10 @@ install -m644 util/* $(SOURCE)/util install -m644 fallbacks/* $(SOURCE)/fallbacks install -m644 plugins/*.lua $(MODULES) + install -d $(MODULES)/muc install -m644 plugins/muc/* $(MODULES)/muc install -m644 certs/* $(CONFIG)/certs - install -m644 plugins/* $(MODULES) + install -m644 plugins/*.lua $(MODULES) install -m644 man/prosodyctl.man $(MAN)/man1/prosodyctl.1 test -e $(CONFIG)/prosody.cfg.lua || install -m644 prosody.cfg.lua.install $(CONFIG)/prosody.cfg.lua test -e prosody.version && install prosody.version $(SOURCE)/prosody.version || true