Preserve icon file timestamps

This commit is contained in:
Christopher Aillon 2011-04-16 10:02:24 -07:00
parent f034cca7c0
commit 2d819a7fc0

View File

@ -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