From 2d819a7fc0738a78459322200fca61325d7af170 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Sat, 16 Apr 2011 10:02:24 -0700 Subject: [PATCH] Preserve icon file timestamps --- thunderbird.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thunderbird.spec b/thunderbird.spec index 269b55c..eff5460 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -207,8 +207,8 @@ cd - # install icons for s in 16 22 24 32 48 256; do %{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${s}x${s}/apps - %{__cp} other-licenses/branding/%{name}/mailicon${s}.png \ - $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${s}x${s}/apps/thunderbird.png + %{__cp} -p other-licenses/branding/%{name}/mailicon${s}.png \ + $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${s}x${s}/apps/thunderbird.png done