SF.net SVN: geany:[3667] trunk/geany.spec.in
eht16 at users.sourceforge.net
eht16 at xxxxx
Fri Mar 27 16:42:58 UTC 2009
Revision: 3667
http://geany.svn.sourceforge.net/geany/?rev=3667&view=rev
Author: eht16
Date: 2009-03-27 16:42:57 +0000 (Fri, 27 Mar 2009)
Log Message:
-----------
Ignore errors when trying to delete the icon cache file even if it doesn't exist.
Modified Paths:
--------------
trunk/geany.spec.in
Modified: trunk/geany.spec.in
===================================================================
--- trunk/geany.spec.in 2009-03-27 16:25:57 UTC (rev 3666)
+++ trunk/geany.spec.in 2009-03-27 16:42:57 UTC (rev 3667)
@@ -49,7 +49,7 @@
# try uncommenting the following line to workaround the problem (and add sed to BuildRequires)
#sed -i "s at 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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list