[vino] Preserve timestamps during install

David King amigadave at fedoraproject.org
Tue Feb 24 17:30:25 UTC 2015


commit 32a4257446c8972d92576aeb7dca18afd8f8a5f7
Author: David King <amigadave at amigadave.com>
Date:   Tue Feb 24 16:47:03 2015 +0000

    Preserve timestamps during install

 vino.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/vino.spec b/vino.spec
index 5fa20f6..594851e 100644
--- a/vino.spec
+++ b/vino.spec
@@ -51,7 +51,7 @@ make %{?_smp_mflags}
 
 
 %install
-make install DESTDIR=%{buildroot}
+make install DESTDIR=%{buildroot} INSTALL="install -p"
 %find_lang %{name}
 
 
@@ -82,6 +82,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 %changelog
 * Tue Feb 24 2015 David King <amigadave at amigadave.com> - 3.15.90-2
 - Avoid a critical warning from EggSMClient on startup (#1194174)
+- Preserve timestamps during install
 
 * Mon Feb 16 2015 David King <amigadave at amigadave.com> - 3.15.90-1
 - Update to 3.15.90


More information about the scm-commits mailing list