From 46d4eaa6188ebfd25f37d9f114a65dbdbfa0a3e3 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sat, 29 Nov 2008 02:28:00 +0000 Subject: Rename and update config. Update Makefile for this change. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3