aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2008-11-29 22:55:16 +0000
committerMatthew Wild <mwild1@gmail.com>2008-11-29 22:55:16 +0000
commit7d497c2cfcee8e24e599409ece41baf952490378 (patch)
tree0fc69240d54b36934e70088a7450f43fed742cdc /Makefile
parentb45c3b642407cd5606826a866880532d8dc0a36b (diff)
downloadprosody-7d497c2cfcee8e24e599409ece41baf952490378.tar.gz
prosody-7d497c2cfcee8e24e599409ece41baf952490378.zip
Fix missing prosody.cfg.lua.install
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4f028abe..016009e5 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,6 @@ util/hashes.so:
prosody.install: prosody
sed "s|^CFG_SOURCEDIR=.*;$$|CFG_SOURCEDIR='$(INSTALLEDSOURCE)';|;s|^CFG_CONFIGDIR=.*;$$|CFG_CONFIGDIR='$(INSTALLEDCONFIG)';|;s|^CFG_PLUGINDIR=.*;$$|CFG_PLUGINDIR='$(INSTALLEDMODULES)/';|;" prosody > prosody.install
-prosody.cfg.lua:
+prosody.cfg.lua.install:
sed 's|certs/|$(INSTALLEDCONFIG)/certs/|' prosody.cfg.lua.dist > prosody.cfg.lua.install