aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-10-01 01:49:26 +0200
committerKim Alvefur <zash@zash.se>2016-10-01 01:49:26 +0200
commitbb46efdc6aecf53800cbc22868b1775c6e2cb874 (patch)
tree6a359e51250da0c389159d98e9ed4f9866096671 /Makefile
parent203ac8bf4f9da4f31de8305d5e8baadd9f6b35dc (diff)
downloadprosody-bb46efdc6aecf53800cbc22868b1775c6e2cb874.tar.gz
prosody-bb46efdc6aecf53800cbc22868b1775c6e2cb874.zip
Makefile: Preserve timestamps of installed files (fixes #547)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9dcd80c3..67730b9f 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ INSTALLEDCONFIG = $(SYSCONFDIR)
INSTALLEDMODULES = $(LIBDIR)/prosody/modules
INSTALLEDDATA = $(DATADIR)
-INSTALL=install
+INSTALL=install -p
INSTALL_DATA=$(INSTALL) -m644
INSTALL_EXEC=$(INSTALL) -m755
MKDIR=install -d