aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2008-11-30 00:33:58 +0000
committerMatthew Wild <mwild1@gmail.com>2008-11-30 00:33:58 +0000
commitbf2042e1fa6b0228223223f71b73ea19611ceff1 (patch)
tree6d274cdbe0729e067b5f9a2704da1c420acfbad2 /Makefile
parent7d497c2cfcee8e24e599409ece41baf952490378 (diff)
downloadprosody-bf2042e1fa6b0228223223f71b73ea19611ceff1.tar.gz
prosody-bf2042e1fa6b0228223223f71b73ea19611ceff1.zip
Yet another fix for the makefile :)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 016009e5..38de9e68 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ INSTALLEDMODULES = $(PREFIX)/lib/prosody/modules
all:
$(MAKE) all -C util-src
-install: prosody.install prosody.cfg.lua util/encodings.so util/encodings.so
+install: prosody.install prosody.cfg.lua.install util/encodings.so util/encodings.so
install -d $(BIN) $(CONFIG) $(MODULES) $(SOURCE)
install -d $(CONFIG)/certs
install -d $(SOURCE)/core $(SOURCE)/net $(SOURCE)/util