[chrpath] Preserve timestamps during install

David King amigadave at fedoraproject.org
Wed Feb 25 20:51:29 UTC 2015


commit 0b5dbf1fa78b424a486e0c730f86f51bdee743cc
Author: David King <amigadave at amigadave.com>
Date:   Wed Feb 25 20:34:13 2015 +0000

    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 <rel-eng at lists.fedoraproject.org> - 0.13-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild


More information about the scm-commits mailing list