aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-07-02 00:25:14 +0100
committerMatthew Wild <mwild1@gmail.com>2009-07-02 00:25:14 +0100
commit7ba8dae5df4977706037602119193875b350d6b9 (patch)
treed3a5eed10b055464bf8c7ab4c294995c4aaf39da /Makefile
parentd89222de49ae98e60ecc5af598a7b9a30e1e28c9 (diff)
downloadprosody-7ba8dae5df4977706037602119193875b350d6b9.tar.gz
prosody-7ba8dae5df4977706037602119193875b350d6b9.zip
Makefile: Install fallbacks/ directory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 93549243..df9f4aee 100644
--- a/Makefile
+++ b/Makefile
@@ -19,12 +19,13 @@ install: prosody.install prosodyctl.install prosody.cfg.lua.install util/encodin
install -d $(BIN) $(CONFIG) $(MODULES) $(SOURCE)
install -m750 -d $(DATA)
install -d $(CONFIG)/certs
- install -d $(SOURCE)/core $(SOURCE)/net $(SOURCE)/util
+ install -d $(SOURCE)/core $(SOURCE)/net $(SOURCE)/util $(SOURCE)/fallbacks
install -m755 ./prosody.install $(BIN)/prosody
install -m755 ./prosodyctl.install $(BIN)/prosodyctl
install -m644 core/* $(SOURCE)/core
install -m644 net/* $(SOURCE)/net
install -m644 util/* $(SOURCE)/util
+ install -m644 fallbacks/* $(SOURCE)/fallbacks
install -m644 plugins/* $(MODULES)
install -m644 certs/* $(CONFIG)/certs
install -m644 plugins/* $(MODULES)