Ignore errors when trying to delete the icon cache file even if it doesn't exist.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3667 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
9431eea244
commit
c70f7c7a8c
@ -49,7 +49,7 @@ Some basic features of Geany:
|
||||
# try uncommenting the following line to workaround the problem (and add sed to BuildRequires)
|
||||
#sed -i "s@libdir='.*'@libdir='%{_libdir}/%{name}'@g" $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
|
||||
|
||||
%__rm $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
|
||||
%__rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
|
||||
|
||||
%clean
|
||||
%__rm -Rf $RPM_BUILD_ROOT
|
||||
|
Loading…
x
Reference in New Issue
Block a user