From f33b29af67215c4b3a51fead38c524b63d65c4c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20V=C4=8Del=C3=A1k?= Date: Wed, 9 Mar 2016 21:30:35 +0100 Subject: [PATCH] install: preserve file timestamps --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 138d7c2..73083c3 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ BINDIR?= ${PREFIX}/bin MANDIR?= ${PREFIX}/share/man INSTALL?= install INSTALLDIR= ${INSTALL} -d -INSTALLBIN= ${INSTALL} -m 755 -INSTALLMAN= ${INSTALL} -m 644 +INSTALLBIN= ${INSTALL} -p -m 755 +INSTALLMAN= ${INSTALL} -p -m 644 all: fasd.1