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
commitca9cbd607f1dd9621237c6284fbf53dc5ba321c8 (patch)
tree6a359e51250da0c389159d98e9ed4f9866096671 /Makefile
parent07c7d4e7946b6209070a7c7246363195264daaf1 (diff)
downloadprosody-ca9cbd607f1dd9621237c6284fbf53dc5ba321c8.tar.gz
prosody-ca9cbd607f1dd9621237c6284fbf53dc5ba321c8.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