Changeset

7683:7356bf4425f4

Makefile: Preserve timestamps of installed files (fixes #547)
author Kim Alvefur <zash@zash.se>
date Sat, 01 Oct 2016 01:49:26 +0200
parents 7682:e07116c0df77
children 7684:65ba769d9f05
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat Oct 01 01:46:43 2016 +0200
+++ b/Makefile	Sat Oct 01 01:49:26 2016 +0200
@@ -13,7 +13,7 @@
 INSTALLEDMODULES = $(LIBDIR)/prosody/modules
 INSTALLEDDATA = $(DATADIR)
 
-INSTALL=install
+INSTALL=install -p
 INSTALL_DATA=$(INSTALL) -m644
 INSTALL_EXEC=$(INSTALL) -m755
 MKDIR=install -d