From b7c3ec432927e83e8440c0dcd11d463c61be24b3 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Sat, 16 Apr 2011 09:15:59 -0700 Subject: Preserve icon file timestamps --- firefox.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firefox.spec b/firefox.spec index b570041..02da00e 100644 --- a/firefox.spec +++ b/firefox.spec @@ -237,8 +237,8 @@ XULRUNNER_DIR=`pkg-config --variable=libdir libxul | %{__sed} -e "s,%{_libdir},, 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}/default${s}.png \ - $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${s}x${s}/apps/firefox.png + %{__cp} -p other-licenses/branding/%{name}/default${s}.png \ + $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${s}x${s}/apps/firefox.png done echo > ../%{name}.lang -- cgit