From 0b5dbf1fa78b424a486e0c730f86f51bdee743cc Mon Sep 17 00:00:00 2001 From: David King Date: Wed, 25 Feb 2015 20:34:13 +0000 Subject: [PATCH] Preserve timestamps during install --- chrpath.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrpath.spec b/chrpath.spec index 1912260..33dd0e4 100644 --- a/chrpath.spec +++ b/chrpath.spec @@ -23,7 +23,7 @@ make %{?_smp_mflags} %install -make install DESTDIR=%{buildroot} +make install DESTDIR=%{buildroot} INSTALL="install -p" rm -fr %{buildroot}/usr/doc @@ -42,6 +42,7 @@ rm -fr %{buildroot}/usr/doc - Update URL and Sourc0 - Use license macro for COPYING - Use parallel make flags +- Preserve timestamps during install * Sat Aug 16 2014 Fedora Release Engineering - 0.13-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild