aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2013-04-15 16:43:08 +0100
committerMatthew Wild <mwild1@gmail.com>2013-04-15 16:43:08 +0100
commit6c0fbb813fe6fc10fefeb076221e756521bd033e (patch)
tree283cdf9c8f06279d6e30071dcf82fcb1dfd09a44 /Makefile
parent5f344ff0956b7dd54d190c579904c5a25ef6d2cd (diff)
parent0e656606c0200da0f0b35df4bd827245a2828fa7 (diff)
downloadprosody-6c0fbb813fe6fc10fefeb076221e756521bd033e.tar.gz
prosody-6c0fbb813fe6fc10fefeb076221e756521bd033e.zip
Merge 0.9->trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0e69192a..b96b6732 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ install: prosody.install prosodyctl.install prosody.cfg.lua.install util/encodin
install -m644 certs/* $(CONFIG)/certs
install -m644 man/prosodyctl.man $(MAN)/man1/prosodyctl.1
test -e $(CONFIG)/prosody.cfg.lua || install -m644 prosody.cfg.lua.install $(CONFIG)/prosody.cfg.lua
- test -e prosody.version && install prosody.version $(SOURCE)/prosody.version || true
+ test -e prosody.version && install -m644 prosody.version $(SOURCE)/prosody.version || true
$(MAKE) install -C util-src
clean: