aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
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
commitcb24bc1a122551895e382706d50029b3e8de4e72 (patch)
treeb1a06c4f67653d4c8882df9049ebc03a2fd831a4 /Makefile
parent92e3a9ceb7e4111699397b96f3824fb61b57da70 (diff)
downloadprosody-cb24bc1a122551895e382706d50029b3e8de4e72.tar.gz
prosody-cb24bc1a122551895e382706d50029b3e8de4e72.zip
Makefile: Remove fallbacks/
Diffstat (limited to 'Makefile')
-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