Diff

Makefile @ 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
parent 7682:e07116c0df77
child 7689:97c013e8f002
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