# HG changeset patch # User Kim Alvefur # Date 1475279366 -7200 # Node ID 7356bf4425f41520341ad45e2ce255d9e71afb7a # Parent e07116c0df77cde6af3e80814ded5789ae37a93a Makefile: Preserve timestamps of installed files (fixes #547) diff -r e07116c0df77 -r 7356bf4425f4 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