From bb46efdc6aecf53800cbc22868b1775c6e2cb874 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 1 Oct 2016 01:49:26 +0200 Subject: Makefile: Preserve timestamps of installed files (fixes #547) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3