aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2010-02-15 23:06:57 +0000
committerMatthew Wild <mwild1@gmail.com>2010-02-15 23:06:57 +0000
commit9d3c6849c0a9e8c37374157d7feba95201c542e5 (patch)
tree1068deee9fc38fae570acec864fd8a0728d20208
parentfafadcd1ac683eb448a24867a31e7725ac55f086 (diff)
downloadprosody-9d3c6849c0a9e8c37374157d7feba95201c542e5.tar.gz
prosody-9d3c6849c0a9e8c37374157d7feba95201c542e5.zip
Makefile: Remove fallbacks/
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 46dddfdb..4090d554 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ install: prosody.install prosodyctl.install prosody.cfg.lua.install util/encodin
install -m750 -d $(DATA)
install -d $(MAN)/man1
install -d $(CONFIG)/certs
- install -d $(SOURCE)/core $(SOURCE)/net $(SOURCE)/util $(SOURCE)/fallbacks
+ install -d $(SOURCE)/core $(SOURCE)/net $(SOURCE)/util
install -m755 ./prosody.install $(BIN)/prosody
install -m755 ./prosodyctl.install $(BIN)/prosodyctl
install -m644 core/* $(SOURCE)/core
@@ -30,7 +30,6 @@ install: prosody.install prosodyctl.install prosody.cfg.lua.install util/encodin
install -m644 util/*.so $(SOURCE)/util
install -d $(SOURCE)/util/sasl
install -m644 util/sasl/* $(SOURCE)/util/sasl
- install -m644 fallbacks/* $(SOURCE)/fallbacks
install -m644 plugins/*.lua $(MODULES)
install -d $(MODULES)/muc
install -m644 plugins/muc/* $(MODULES)/muc