aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2013-04-15 12:30:40 +0100
committerMatthew Wild <mwild1@gmail.com>2013-04-15 12:30:40 +0100
commit31ca3b068102fec971e5f00ff09d6f0fa63e64d1 (patch)
tree283cdf9c8f06279d6e30071dcf82fcb1dfd09a44
parent49e8f27d3b1142ff7f81e1cd84ff4a5159ecd004 (diff)
downloadprosody-31ca3b068102fec971e5f00ff09d6f0fa63e64d1.tar.gz
prosody-31ca3b068102fec971e5f00ff09d6f0fa63e64d1.zip
Makefile: Specify explicit mode when installing prosody.version, to avoid it defaulting to something nasty (executable)
-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: