Makefile: Preserve timestamps of installed files (fixes #547)
authorKim Alvefur <zash@zash.se>
Sat, 01 Oct 2016 01:49:26 +0200
changeset 7686 7356bf4425f4
parent 7685 e07116c0df77
child 7687 65ba769d9f05
Makefile: Preserve timestamps of installed files (fixes #547)
Makefile
--- 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