[chrpath/f20] Preserve timestamps during install

David King amigadave at fedoraproject.org
Wed Feb 25 21:40:04 UTC 2015


commit 4b5d7d09479d041b01a79926c23b3f1023f1a43a
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 dcadda0..020f205 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 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.13-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild


More information about the scm-commits mailing list