aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormatthew <matthew@silver>2009-09-08 14:38:51 +0100
committermatthew <matthew@silver>2009-09-08 14:38:51 +0100
commit53a3a8df37fe39ac94fb98e9b655b23b4b11f9c7 (patch)
treef8e4f8834cc73a78994e19a82b495f721a54e03d /Makefile
parentd372008d0437b3f8005fd9ccb73308ea21724d6c (diff)
downloadprosody-53a3a8df37fe39ac94fb98e9b655b23b4b11f9c7.tar.gz
prosody-53a3a8df37fe39ac94fb98e9b655b23b4b11f9c7.zip
Fix for Makefile hack to install MUC plugin
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 257d89ce..93ca8c9b 100644
--- a/Makefile
+++ b/Makefile
@@ -29,9 +29,10 @@ install: prosody.install prosodyctl.install prosody.cfg.lua.install util/encodin
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