aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2008-11-29 02:28:00 +0000
committerMatthew Wild <mwild1@gmail.com>2008-11-29 02:28:00 +0000
commit46d4eaa6188ebfd25f37d9f114a65dbdbfa0a3e3 (patch)
treefdc3b300bdd46555a27cacf0987a852fe9a03ae7 /Makefile
parent2e0ae8ed92e4801866f5486c6595c7e6c74d3a0a (diff)
downloadprosody-46d4eaa6188ebfd25f37d9f114a65dbdbfa0a3e3.tar.gz
prosody-46d4eaa6188ebfd25f37d9f114a65dbdbfa0a3e3.zip
Rename and update config. Update Makefile for this change.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cca246a6..f1c1a286 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ install: prosody util/encodings.so util/encodings.so
install -m644 net/* $(SOURCE)/net
install -m644 util/* $(SOURCE)/util
install -m644 plugins/* $(MODULES)
- install -m644 prosody.cfg.lua $(CONFIG)
+ install -m644 prosody.cfg.lua.dist $(CONFIG)/prosody.cfg.lua
$(MAKE) install -C util-src
clean: