[lxterminal] Preserve timestamps during install

Christoph Wickert cwickert at fedoraproject.org
Thu Sep 1 18:51:42 UTC 2011


commit 088d1d58eb659bd4385d2e8fd80c8e5167cef770
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Thu Sep 1 20:51:24 2011 +0200

    Preserve timestamps during install

 lxterminal.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lxterminal.spec b/lxterminal.spec
index 689d7ec..54b8d55 100644
--- a/lxterminal.spec
+++ b/lxterminal.spec
@@ -38,7 +38,7 @@ make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 desktop-file-install --vendor="fedora"                     \
   --delete-original                                        \
   --remove-category=Utility                                \


More information about the scm-commits mailing list